MySQL DATE_ADD() FunctionThe date_add() is a MySQL date/time function. It is used to get the date in which some date/datetime intervals are added. SyntaxParameter:Date: date in which interval will be added Value: date/time intervals Unit: type of interval which are as following:
ReturnsThis function will return a date after which a certain time/date interval has been added. Example![]() ![]() ![]() ![]() ![]()
Next TopicMySQL date/time
|