Page 1 of 1

Joomlaboard - problem with dates (switching from English/French)

Posted: Sun Feb 04, 2007 3:09 pm
by ServInfoAJ
Hi,

I'm using Joomla v1.0.8, JoomFish v1.7, Joomlaboard v1.1.2 stable...  When the board is in "English" the dates are shown correctly (2007/01/31).  But when we switch to French dates are shown like this: AM/01/31.

We have a "Visitors section" of the discussion board.  You may have a look at...

http://www.lofts1avenue.com/discuss/index.php

Any ideas how to show the dates like when choosing French???

Thanks,

Alex

Re: Joomlaboard - problem with dates (switching from English/French)

Posted: Sun Feb 04, 2007 3:38 pm
by progster
The date format is set in the joomlaboard language file (administrator/components/com_joomlaboard/language/.php)

Re: Joomlaboard - problem with dates (switching from English/French)

Posted: Sun Feb 04, 2007 4:38 pm
by ServInfoAJ
thanks, I'll look into that file and let you know  ;D
progster wrote: The date format is set in the joomlaboard language file (administrator/components/com_joomlaboard/language/.php)

Re: Joomlaboard - problem with dates (switching from English/Fre

Posted: Tue Mar 24, 2009 8:05 pm
by maff23uk
Hi guys,

I have found the line of code that defines the date in the language file:

DEFINE('_GEN_DATE','Date');

What do I need to change or add to get the date in the format: mm/dd/yyyy?

Thanks!