is there a mysql date function that provides yyyy-mm-ww dates based on 53 weeks of the year as per the table below? For example, 2015-01-01 is (2015-jan-week01). Or, is there a method you'd recommend that would allow me to achieve yyyy-mm-ww?
btw, is there a term for this type of month grouping by week? i didn't know what to search for
jan feb mar
--------------- -------------- ----------------
| 01 02 03 04 | | 05 06 07 08| |09 10 11 12 13 |
apr may jun
--------------- -------------- -----------------
| 14 15 16 17 | | 18 19 20 21| |22 23 24 25 26 |
jul aug sep
--------------- -------------- -----------------
| 27 28 29 30 | | 31 32 33 34| | 35 36 37 38 39 |
oct nov dec
--------------- -------------- --------------------
| 40 41 42 43 | | 44 45 46 47| | 48 49 50 51 52 53 |