Login     Sign up
Change date and time to french language & format
Pierre (@planetefrancaise)
Join date: Jan 2nd 2011
Community posts: 32
View Profile
Send Message

Hello,
How can i change the format and translate the months from: Dec 30th 2010, 7:56 am to 30 Decembre 2010, 15:56

Thanks for your help.

172 months ago
Jan Backe (@jaheba)
Join date: Dec 26th 2010
Community posts: 27
View Profile
Send Message

Open /my/config.php

Locate

$settings = array(
'time_format' => 'g:i a',
'date_format' => 'M jS Y',
'date_today' => 'Today',
'date_yesterday' => 'Yesterday',
'default_lang' => 'en',
'hide_whatsnew' => 1,
'hide_onlineuser' => 1,
'online' => 10, // minutes
);

Change "'date_format' => 'M jS Y'," to fit your needs

(Info here: [url]http://php.net/manual/en/function.date.php[/url] )

BTW.. This question should be asked in the Customizing forum

172 months ago
Pierre (@planetefrancaise)
Join date: Jan 2nd 2011
Community posts: 32
View Profile
Send Message

Thanks for the tip.
Sorry about the wrong place for the question.
Thanks for the php website, I'm new at php so I have a lot to learn.
Where/how do i change the language for the months, like february to fevrier(in french)? are months in the database?

172 months ago