Loading lesson path
Concept visual
Start at both ends
LOCALTIMESTAMP();The LOCALTIMESTAMP() 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:LOCALTIMESTAMP() + 1;❮ MySQL Functions