Loading lesson path
Concept visual
Start at both ends
SELECT CURDATE();The CURDATE() function returns the current date.
Formula
"YYYY - MM - DD" (string) or as YYYYMMDD (numeric).CURRENT_DATE() function.
From MySQL 4.0
Formula
Return the current date + 1:SELECT CURDATE() + 1;❮ MySQL Functions