Home  |  Linux  | Mysql  | PHP  | XML
From:Stut Date:Fri May  9 07:15:52 2008
Subject:Re: quick question
>>
>> Well, when I try date('d/m/y', strtotime($_POST('date')) - it seems  
>> mixing day and month, I tried setlocale(LC_ALL, 'en_GB'); but it  
>> didn't

If you're sure that's the format of the date, this will do it...

list($day, $month, $year) = explode('/', $thedate);
$thetimestamp = mktime(0, 0, 0, $month, $day, $year);

-Stut

-- 
http://stut.net/
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