MySQL Current Date

MySQL Current_date and Current_date() are the Date Functions, which are useful to return the current date value in YYYY-MM-DD or YYYYMMDD format. In this article, we show you how to get the Current date with an example. The basic syntax of the Current_date in MySQL to display current date is shown below. CURRENT_DATE; CURRENT_DATE(); MySQL … Read more