Page 1 of 1

dates

PostPosted: 17. March 2012 12:38
by achillepieveloce
I have a xampp 1.6.7 on a win server 2003 and even if I set in a php page a different language all dates are in English. How can I solve this?
Thank you

Re: dates

PostPosted: 23. April 2012 21:23
by Theslcguy
How are you changing the language? are you using setlocale?

eg;

<?php
// Set Lang to France
setlocale(LC_ALL, 'fr_FR');
// echo timeframe
echo strftime("%A %e %B %Y");
?>

Re: dates

PostPosted: 26. April 2012 18:37
by achillepieveloce
Yes I did. And also with your example the result is: Thursday April 2012