
05-09-2008
|
|
|
Re: british date format
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
|