Re: [PHP] british date format
[email protected] ("André Medeiros")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
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/yyyy" as a date variable? strtotime - works fine with > "mm/dd/yyyy" but now with "dd/mm/yyyy". (PHP 4.x) > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >