Re: [SMARTY] date formatting

[email protected] (Peggy Schatz) Thu, 04 Oct 2007 16:30:42 +0200
Newsgroups 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.