MySQL CURTIME() Function
Definition and Usage
The CURTIME() function returns the current time.
Syntax
CURTIME()
Example
Here is the SELECT statement:
SELECT NOW(), CURDATE(), CURTIME()
The result is similar:
NOW() | CURDATE() | CURTIME() |
---|---|---|
2008-12-29 16:25:46 | 2008-12-29 | 16:25:46 |