I'm trying to create a date with the DATE_W3C or DATE_ATOM format (they are the same format
according to the examples), but the output of date doesn't match the example in the documentation.
The http://us3.php.net/manual/en/ref.datetime.php page says the formats are as
follows:
DATE_ATOM (stri
it was last week though...
guesss you mean 29th?
Edward
"LaserJetter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Using the code below:
>
> $buffer['Last_access'] = 1013336429;
> $date = date("H:i D, nS M Y",$buffer['Last_access']);
> print $date;
>
> pri
Using the code below:
$buffer['Last_access'] = 1013336429;
$date = date("H:i D, nS M Y",$buffer['Last_access']);
print $date;
prints "10:20 Sun, 2th Feb 2002"
I didnt know there was a 2th of February!!
Is this a bug and do I get a prize for finding it? ;o)
LJ
--
PHP General Mailing List
3 matches
Mail list logo