By Sandi Beach on Thursday, 27 June 2019
Posted in General
Replies 1
Likes 0
Views 548
Votes 0
How do we configure EasyBlog so that the admin view (composer) uses 12 hour time instead of 24 hour time for date/time?

I found some intriguing language constants - e.g. COM_EASYBLOG_SETTINGS_LAYOUT_TIME_FORMAT - but not finding an actual admin setting for time format.
Hey there,

You can language override the following language constant to the following value:

COM_EASYBLOG_MOMENTJS_DATE_DMY24H="Do MMM, YYYY h:mmA"
COM_EASYBLOG_DATE_DMY24H="jS M, Y g:iA"


But take note that this will affect on the frontend composer as well and it is impossible to do on the backend only.
·
Friday, 28 June 2019 12:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post