MySQL CURDATE Function

MySQL Curdate is a Date Function, which is useful to return the current date value in YYYY-MM-DD or YYYYMMDD format. The syntax of the Curdate Function is as shown below: CURDATE(); MySQL CURDATE Example The following query shows you the basic use of this curdate function. SELECT CURDATE(); It is showing today’s date in YYYY-MM-DD format. … Read more