Re: [SMARTY] date formatting
Peggy Schatz <[email protected]> Thu, 04 Oct 2007 16:30:42 +0200
| Newsgroups | gmane.comp.php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks to both of you! I just figured out the problem (as messju statet) when reading in the docs provided: Note: The valid range of a timestamp is typically from Fri, 13 Dec 1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are the dates that correspond to the minimum and maximum values for a 32-bit signed integer.) Hmmm... I guess, I have to do some string formatting instead. -- Smarty General Mailing List (http://smarty.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php