Re: [SMARTY] date formatting
[email protected] (Peggy Schatz) Thu, 04 Oct 2007 16:28:29 +0200
| Newsgroups | php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks to you both! I just figured out the problem when reading the doc provided: (docs) 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 gues I have to do some stringformatting instead.