Re: [PHP] british date format

2008-05-09 Thread André Medeiros
Try this: http://pt.php.net/manual/en/function.strptime.php Use the result with mktime to get the timestamp. I also checked set_locale but that won't interfere with strtotime :( On Fri, May 9, 2008 at 9:58 AM, Merca, Ansta Ltd <[EMAIL PROTECTED]> wrote: > Hi > > Anyone "dd/mm/" as a date var

[PHP] british date format

2008-05-09 Thread Merca, Ansta Ltd
Hi Anyone "dd/mm/" as a date variable? strtotime - works fine with "mm/dd/" but now with "dd/mm/". (PHP 4.x) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php