78
MySQL Date/Time time() Function
The time() is a MySQL date/time function. It is used to get the time from given time/datetime.
Syntax
Parameter:
Expression: time/datetime to be extracted.
Returns:
This function returns the time from the given time/datetime.
Example 1
Output:
Example 2
Output:
Next TopicMySQL datetime