View Single Post
Old 2004-09-16, 05:14 AM   #2
urb
All the way from Room 101
 
urb's Avatar
 
Join Date: Aug 2003
Posts: 3,557
Send a message via ICQ to urb
I was thinking of removing a load of javascript from one site mainly because IE on XP SP2 is throwing up "Warnings" about it.

If you are worried about not being able to use javascript generated dates, then PHP can do all that for you and more using the date string.

PHP Code:
<?php
echo date("l dS of F Y h:i:s A");
?>
Or you could use Server Side Includes to do it.

<!--#echo var="DATE_LOCAL" -->
__________________
urb is offline   Reply With Quote