Date.date_add
date_addamount period
Group: DateTime
Documentation
Shifts the date by a specified period. Produces a warning for a Date that is before epoch start. See Date_Time.enso_epoch_start
.
Arguments
amount
: An integer specifying by how many periods to shift the date.period
: The period by which to shift.