Loading lesson path
Concept visual
Start at both ends
LOCALTIME();The LOCALTIME() function returns the current date and time.
Formula
The date and time is returned as "YYYY - MM - DD HH - MM - SS"(string) or as YYYYMMDDHHMMSS.uuuuuu (numeric).
From MySQL 4.0
Formula
Return current date and time + 1:LOCALTIME() + 1;❮ MySQL Functions