Status
Done
Text
Functions for creating and manipulating date and time values, including NOW(), CURDATE(), CURTIME(), DATE(), TIME(), and TIMESTAMP().
Section 7. Creating Date & Time Functions
- MAKEDATE() – create a date based on a given year and the number of days.
- MAKETIME() – create a time based on hour, minute, and second.
‣
MySQL MAKEDATE() Function
‣