MySQLDate/Time FunctionsCURTIME
CURDATE

CURTIMEDate/Time Functions

DATE

Returns the current time.

Syntax

CURTIME()

Example

SELECT CURTIME() AS current_time;