Setting the default start of the week in MySQL

Contains tips for configurators working with Aware IM
Post Reply
rocketman
Posts: 1252
Joined: Fri Jan 02, 2009 11:22 pm
Location: Preston UK
Contact:

Setting the default start of the week in MySQL

Post by rocketman »

If you are a) using MySQL and b) wish to change the start of the week from Sunday to Monday (affects the WEEK(date) function.

Type this at the MySQL command line prompt

mysql> set GLOBAL default_week_format=1;
Post Reply