Home  |  Linux  | Mysql  | PHP  | XML
From:Shawn McKenzie Date:Fri May  9 09:52:40 2008
Subject:Re: Re: british date format
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 <nospam@mckenzies.net> wrote:
>> Merca, Ansta Ltd 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)
>> setlocale()
>>
>> and then...
>>
>> http://pt.php.net/manual/en/function.strftime.php
>>
>> -Shawn
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
Couldn't see any other way.  *nix strtotime is supposed to use locale.

$date = '20/12/1971';
$parts = explode('/', $date);
echo mktime(0 ,0, 0, $d[1], $d[0],$d[2])."\n";

-Shawn
Navigate in group php.general at sever news.php.net
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by PHP Developer
Powered By PHP Consultants