MyBB Community Forums

Full Version: How to set time format for all users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to set time format to DAY-MONTH-YEAR for all registered users.
i've changed the settings from acp and it is default now. but all users have to go their user cp and change the settings.

can i make it default for all users?

something like this:

Quote:UPDATE mybb_users SET timeformat ????
this guidance might have a clue for your requirement => http://community.mybb.com/thread-92294.html
(2014-10-07, 12:51 AM).m. Wrote: [ -> ]this guidance might have a clue for your requirement => http://community.mybb.com/thread-92294.html

i'm not looking for time zone. i dont want to force all users at my local time. i've read that.

i want to change date style . it is showing like Month-Day-Year. it should be Day-Month-Year.

my english is not so good. can you understand me?
(2014-10-07, 01:55 PM)tarkin Wrote: [ -> ]
(2014-10-07, 12:51 AM).m. Wrote: [ -> ]this guidance might have a clue for your requirement => http://community.mybb.com/thread-92294.html

i'm not looking for time zone. i dont want to force all users at my local time. i've read that.

i want to change date style . it is showing like Month-Day-Year. it should be Day-Month-Year.

my english is not so good. can you understand me?
UPDATE mybb_users SET dateformat = 5;