Status
Done
Text
This section explains the functions that allow you to retrieve the current date, time, or both.
Section 3. Converting Functions
- CONVERT_TZ() – Convert a datetime value from one time zone to another.
- FROM_DAYS() – Convert a numeric day count into a date.
- STR_TO_DATE() – Convert a string to date.
- FROM_UNIXTIME() – Convert UNIX timestamps into a readable date and time format.
- UNIX_TIMESTAMP() – Convert a datetime to a UNIX timestamp.
‣
MySQL CONVERT_TZ() Function
‣
MySQL FROM_DAYS() Function
‣
MySQL STR_TO_DATE() Function
‣
MySQL FROM_UNIXTIME() Function
‣
