Learning PHP and MySQL

Example 08-11 Using WEEKDAY to get the day of the week

SELECT WEEKDAY('1964-10-12');

Posted by on 08/07 at 05:15 PM

Next entry: Example 08-12 Using DAYNAME to get the day of the week as a name

Previous entry: Example 08-10 Adding the formatting to a phone number using LEFT, RIGHT, and SUBSTR

<< Back to main