AlterDatebyDay
Adds the specified number of days to the date contained in the current field. The original character confidence is not changed.
Syntax
bool AlterDatebyDay (StrParam)
Parameters
The number of days to add.Returns
False if called at the wrong level or if the input is not numeric. Otherwise, True.Level
Field level.Details
This action will add the specified number of days to the date contained in the current field. The original character confidence is not changed.- Example
AlterDatebyDay("7")This example adds one week to the date contained in the field. If the date crosses over a month or year boundary, they will be adjusted appropriately.