View Single Post

  #3 (permalink)  
Old 05-09-2008
Shawn McKenzie
 
Posts: n/a
Default 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
Reply With Quote