date.addDays
Description
Adds an amount of days to the specified date.
Parameters
date
string
days
integer
Return value
date
string
Example
print(date.addDays(date.getCurrentDate(), 7))
Comments
See also
Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)