ziggy_909 Posted January 2, 2011 Share Posted January 2, 2011 i have this code to set a date to the 1st of the previous month -- SELECT DATE_FORMAT(DATE_SUB(tbl_col, INTERVAL 1 MONTH), '%Y-%m-01') FROM table can it be changed to set date to first Monday in that month...? Link to comment https://forums.phpfreaks.com/topic/223221-setting-date-to-1st-monday-of-month/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.