Posts by Elizel de Paula • 31 points
1 post
-
3
votes2
answers10731
viewsA: Get date with day of week, number of week, month and year
Mysql has a large amount of functions to handle dates, is worth a read on documentation. You can use the functions YEAR() next year, MONTH() for the month, WEEK() next week and DAYNAME() for the…