View Single Post
Old 2004-09-16, 05:45 AM   #3
metalkid
Rock stars ... is there anything they don't know?
 
Join Date: Feb 2004
Location: Germany
Posts: 14
Send a message via ICQ to metalkid
Quote:
Originally posted by 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" -->
thanks I'll try that...but I've also some feeders on freehosts and there I think I'll change the date to something like 'Today's galleries'....
metalkid is offline   Reply With Quote