We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How can I change the data format? | Forum

Topic location: Forum home » Support » General Questions
secret
secret Nov 20 '17
Hello.I'm Japanese.I love Oxwall!

Oxwall's default data format is month/day/year or day/month/year.

But I want to change year/month/day.


And after the each one,I want to add the keyword.

For exsample, 

Oxwall's default data format:Jul 26 '11

my ideal:2011年11月26日///Japanese default data format

The Forum post is edited by secret Nov 20 '17
ArtMedia
ArtMedia Nov 20 '17
Run in phpmyadmin
UPDATE `ow_base_config` SET `value` = 'ymd' WHERE `ow_base_config`.`id` = 45;

and dont update settings

http://yoursite.com/admin/settings

if you do it, then you must again run mysql command



The Forum post is edited by ArtMedia Nov 20 '17