Date and time functions
📄️ add_months
Adds a specified number of months to a given date (DATE or DATETIME). The monthsadd function provides similar functionalities.
📄️ adddate,date_add
This function is a synonym of dateadd.
📄️ convert_tz
Converts a DATE or DATETIME value from one time zone to another.
📄️ curdate,current_date
Obtains the current date and returns a value of the DATE type.
📄️ current_timestamp
Obtains the current date and returns a value if the DATETIME type.