addDays

Modified on Sun, 02 Apr 2023

Use this function to add the specified number of days to the given date.

Syntax

addDays( date, number)

Returns

Return ValueDescription
Date
Return the New date is calculated by adding the specified number of days to the original date  

Sample

addDays (2023-04-03, 10)=Tue Apr 13 2023