24hr Time

Permalink 1 user found helpful
Can I change the Public Date/Time in page properties from 12 hour time to 24 hour time?

Thanks

pvernaglia
 
drm replied on at Permalink Best Answer Reply
drm
Hi there,

Try placing this in your config/site.php file:

define('DATE_FORM_HELPER_FORMAT_HOUR', '24');


See if that does it for ya!
pvernaglia replied on at Permalink Reply
pvernaglia
That did it! I knew it was going to be something for site.php

thanks