Home » MySQL CURTIME() Function

MySQL CURTIME() Function

by Online Tutorials Library

MySQL CURTIME() Function

The curtime() is a MySQL date/time function. It is used to get the current time.

Syntax

Parameters

NA

Returns

This function will return the current time.

Example 1

Output:

MySQL CURTIME() Function

Example 2

Output:

MySQL CURTIME() Function

Next TopicMySQL date/time

You may also like