Hello,
right now Vanilla seems to use the 12 hour am/pm time system.
How could I change the times shown to the 24 hourse time system?
Best regards, Robert
try putting in it in conf/locale.php
grep is your friend.
set in your locale
Date.DefaultTimeFormat to '%H:%M%p'
Date.DefaultTimeFormat
'%H:%M%p'
Thanks for your reply.
I did, I changed it from '%l:%M%p' to '%H:%M%p' but nothing seems to change. Is there a cache in Vanilla I might need to delete?
Thanks, now it works...
Answers
set in your locale
Date.DefaultTimeFormat
to'%H:%M%p'
grep is your friend.
Thanks for your reply.
I did, I changed it from
'%l:%M%p'
to
'%H:%M%p'
but nothing seems to change.
Is there a cache in Vanilla I might need to delete?
try putting in it in conf/locale.php
grep is your friend.
Thanks, now it works...