On Wed, Jul 23, 2008 at 03:20, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Tue, Jul 22, 2008 at 8:51 PM, Thiago H. Pojda <[EMAIL PROTECTED]> wrote: >> Guys, >> >> I'd like to integrate this note as an example to this function, what do you >> think? > > There isn't a MySQL-style timestamp in the examples on the page as > it is now. I would just incorporate a one-line bit into Example #1 to > show that the timestamp would generate the date. For example, at the > bottom of the example, insert: > > echo strtotime("2008-07-22 21:18:00"), "\n";
And a comment above it "MySQL style timestamp" or something.. AFAIK, Derick has some docs coming, explaining how the strtotime() parser works and what kind of dates/strings it actually supports.. Something that we are really missing :( Right Derick? -Hannes