shuizhongyueming / flexicontent

Automatically exported from code.google.com/p/flexicontent
0 stars 0 forks source link

format date - hour in content tab dashboard backend #424

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.backend, dashboard flexicontent content tab
2.date display date created & revised format is bad
3.minute is converted to month. 

What is the expected output? What do you see instead?
minute is converted to month. ex: 15/03/11 13:Mar instead 15/03/11 13:04

What version of the product are you using? On what operating system?
last version of svn flexicontent 2.0r1262 ; joomla 2.5.4

Please provide any additional information below.

it's a little issue :))
thanks

Original issue reported on code.google.com by coilltea...@gmail.com on 28 Apr 2012 at 10:21

GoogleCodeExporter commented 9 years ago
Check your language file,

maybe try English language , to see if it works

Original comment by ggp...@gmail.com on 10 May 2012 at 2:23

GoogleCodeExporter commented 9 years ago
You are right !

in english language date & hour is in good format 15/03/11 13:04

is there in language file to get good format ?

Original comment by coilltea...@gmail.com on 10 May 2012 at 5:31

GoogleCodeExporter commented 9 years ago
Check the french language file do you have the default?

 i will check it, if the default language file has this bug

Original comment by ggp...@gmail.com on 10 May 2012 at 11:18

GoogleCodeExporter commented 9 years ago
You are right, default French language file has wrong language string

will fix

Original comment by ggp...@gmail.com on 10 May 2012 at 11:19

GoogleCodeExporter commented 9 years ago
About line 934 of your french language file, use these:

FLEXI_DATE_FORMAT_FLEXI_VERSIONS_J16GE="d/M H:i"
FLEXI_DATE_FORMAT_FLEXI_ITEMS_J16GE="d/m/y H:i"
FLEXI_DATE_FORMAT_FLEXI_VERSIONS="%d/%m %H:%M"
FLEXI_DATE_FORMAT_FLEXI_ITEMS="%d/%m/%y %H:%M"

Fixed in r1286

Original comment by ggp...@gmail.com on 10 May 2012 at 11:41