mysql current time code example
Example 1: mysql current date
SELECT NOW();
It returns current date and time.
Example 2: mysql current time
CURRENT_TIME return HH:ii:ss format time in mysql
Example 3: mysql get date from datetime
WHERE DATE(datetime) = '2009-10-20'