PDA

View Full Version : SQL for changing all "Start of Week" days to Monday


Outlaw Mantis
08-21-2016, 12:26 PM
I'm not sure if this is present in vanilla vB, but a lot of my users seem to dislike Sunday being the start in the calendar, and as I transferred from MyBB it's set for every profile. Any SQL to change it to Monday for everybody? I'd appreciate it!

MarkFL
08-21-2016, 01:45 PM
Try this manual SQL query:

UPDATE `user` SET `startofweek` = 2