Ejemplo 1: formato mysql ahora
SELECT DATE_FORMAT(NOW(),'%Y-%m-%d %H-%i-%s')
Ejemplo 2: fecha actual de mysql
In MySQL the CURDATE() returns the current date in 'YYYY-MM-DD' format or 'YYYYMMDD' format depending on whether numeric or string is used in the function. CURRENT_DATE and CURRENT_DATE() are the synonym of CURDATE()
Ejemplo 3: fecha actual de mysql
SELECT NOW();
It returns current date and time.
Ejemplo 4: hora actual de mysql
CURRENT_TIME return HH:ii:ss format time in mysql
Ejemplo 5: consultar la hora actual
CURRENT_TIMESTAMP
Ejemplo 6: mysql obtiene la fecha de la fecha y hora
WHERE DATE(datetime) = '2009-10-20'
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)