Page 1 of 1

bug report: date format

PostPosted:Mon Mar 15, 2010 1:47 am
by wangmj
Code: Select all
	    lang.put("general.date.pattern", "yyyy-MM-dd hh:mm:ss");
	    lang.put("general.day.pattern", "yyyy-MM-dd");
	    lang.put("general.hour.pattern", "hh:mm:ss");

should change to :
Code: Select all
lang.put("general.date.pattern", "yyyy-MM-dd HH:mm:ss");
lang.put("general.day.pattern", "yyyy-MM-dd");
lang.put("general.hour.pattern", "HH:mm:ss");

Re: bug report: date format

PostPosted:Mon Mar 15, 2010 8:19 am
by jllort
I'll put in our tracking system. Some hh has been yet changed in source code to HH, but it's possible that someones persist, I'll make a full search "hh:" in all source code.