Page 1 of 1
How to set 24-hour format instead of 12-hour?
PostPosted:Wed Jan 15, 2014 12:56 pm
by bartekhejnowicz
Our server timezone is set correctly and OS uses 24-hour format. Unfortunately OpenKM uses 12-hour format. Is there any solution to force OpenKM to display 24-hour format?
We use pl-PL language pack.
Re: How to set 24-hour format instead of 12-hour?
PostPosted:Sat Jan 18, 2014 9:52 am
by jllort
Threre's is a property in language called general.date.pattern should change it. Take a look here about parameters you are using and what you should use
http://docs.oracle.com/javase/7/docs/ap ... ormat.html
Re: How to set 24-hour format instead of 12-hour?
PostPosted:Thu Feb 13, 2014 9:51 am
by bartekhejnowicz
jllort, thank you for help. Unfortunately it didn't make the trick

We had to get used to 12H format

Re: How to set 24-hour format instead of 12-hour?
PostPosted:Fri Feb 14, 2014 11:51 am
by jllort
Changing the pattern you change the format you view date 12h or 24h among other parameters
Re: How to set 24-hour format instead of 12-hour?
PostPosted:Fri May 02, 2014 3:53 am
by kknd
in the languague change HH to hh : )