On Sunday 09 June 2002 12:49, John Taylor-Johnston wrote:
> <? echo date (l.", ".F." ".d.", ".Y); ?>
> Sunday, June 09, 2002
>
> But I would use:
>
> <?php echo date (l.", ".F." ".d.", ".Y); ?>

or simply:

echo date ("l F d, Y");

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Condense soup, not books!
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to