[PHP] Re: british date format

2008-05-09 Thread Shawn McKenzie
Merca, Ansta Ltd wrote: Hi Anyone dd/mm/ as a date variable? strtotime - works fine with mm/dd/ but now with dd/mm/. (PHP 4.x) setlocale() and then... http://pt.php.net/manual/en/function.strftime.php -Shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Re: british date format

2008-05-09 Thread André Medeiros
Shawn, I think the idea here was to get a timestamp from a date in that format he was telling about. After replying however, I noticed that strptime is only implemented in PHP5. Sorry about that mate. On Fri, May 9, 2008 at 2:36 PM, Shawn McKenzie [EMAIL PROTECTED] wrote: Merca, Ansta Ltd

Re: [PHP] Re: british date format

2008-05-09 Thread Shawn McKenzie
André Medeiros wrote: Shawn, I think the idea here was to get a timestamp from a date in that format he was telling about. After replying however, I noticed that strptime is only implemented in PHP5. Sorry about that mate. On Fri, May 9, 2008 at 2:36 PM, Shawn McKenzie [EMAIL PROTECTED]

Re: [PHP] Re: british date format

2008-05-09 Thread Shawn McKenzie
Shawn McKenzie wrote: André Medeiros wrote: Shawn, I think the idea here was to get a timestamp from a date in that format he was telling about. After replying however, I noticed that strptime is only implemented in PHP5. Sorry about that mate. On Fri, May 9, 2008 at 2:36 PM, Shawn McKenzie

Re: [PHP] Re: british date format

2008-05-09 Thread André Medeiros
Yeah, that would be the way to do it ;) On Fri, May 9, 2008 at 3:54 PM, Shawn McKenzie [EMAIL PROTECTED] wrote: Shawn McKenzie wrote: André Medeiros wrote: Shawn, I think the idea here was to get a timestamp from a date in that format he was telling about. After replying however, I

Re: [PHP] Re: british date format

2008-05-09 Thread Shawn McKenzie
André Medeiros wrote: Yeah, that would be the way to do it ;) On Fri, May 9, 2008 at 3:54 PM, Shawn McKenzie [EMAIL PROTECTED] wrote: Shawn McKenzie wrote: André Medeiros wrote: Shawn, I think the idea here was to get a timestamp from a date in that format he was telling about. After