Latest

recent

MySQL CURTIME() Function

Definition and Usage

CURTIME() returns the current time.

Syntax

CURTIME()


Example

The following SELECT statement:

SELECT NOW(),CURDATE(),CURTIME()

will result in something like this:

NOW() CURDATE() CURTIME()
2008-11-11 12:45:34 2008-11-11 12:45:34
MySQL CURTIME() Function Reviewed by 1000sourcecodes on 02:12 Rating: 5
Powered by Blogger.