MySQL ADDDATE Function

MySQL ADDDATE function is a Synonym of the DATE_ADD. This method adds the specified intervals to the given date & time and returns the date or DateTime. In this section, we show you how to use this MySQL ADDDATE function to add specified intervals to a date expression with an example. The syntax is as shown below: … Read more