You'd want something more like this for the format:
echo date("l F j Y", $time);
but for me, this caused the following output
Saturday June 27 2009
doesn't seem right somehow :/

i know i wonder if i have the strtotime("third saturday january 2005");
written all wrong or something.....


makes me think i have the wording wrong because if i do this:
<?php
$time=strotime("now");
echo date("M d Y", $time);
?>
now i get Mar wed 03 2004 and that is the right date for my computer grin...
so i wonder if my wording is wrong...

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

Reply via email to