I am trying to use the gmdate function to present dates that are in the Unix date/time format, however the dates are in the '50s so are negative numbers.
This works with more recent dates (equal or post 12/31/1969) but does not work with any before that:
[tt]gmdate("l, F jS, Y \\a\\t g:i:s A", $datetime);[/tt]
Is there a variant of this that can handle the Unix date/time as a negative number? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)
This works with more recent dates (equal or post 12/31/1969) but does not work with any before that:
[tt]gmdate("l, F jS, Y \\a\\t g:i:s A", $datetime);[/tt]
Is there a variant of this that can handle the Unix date/time as a negative number? Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)