[snip]
echo date ("F n, Y");
[/snip]

Should be;

echo date("F d, Y");

n - Numeric representation of a month, without leading zeros

read carefully http://www.php.net/date

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

Reply via email to