add days
(
date
,
days to add
)
result date
Type:
(
Date
,
Number
{day}
)
->
Date
Adds the given number of the days to the date.
Examples
Click an example to insert it
add days
(
date{2002-11-01}, 28{day}
)
→
date{2002-11-29}
add days
(
date{2000-01-01}, 0.5{day}
)
→
error