MySQL DAYOFWEEK

MySQL DAYOFWEEK is one of the Date Functions used to return the weekday index value of the given date. This method returns values from 1 to 7 where 1 = Sunday, 2 = Monday, ….. 7 = Sunday. Let us see how to use this MySQL DAYOFWEEK function to get the weekday or Day of … Read more