Support center for flex.bi version 4.0

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Returns date plus specified number of days.

Syntax

DateAddDays(date, days)

Arguments

dateDate expression.
daysInteger expression for number of days to add.

Examples

 DateAddDays([Issue].CurrentMember.get('Created at'), 10)

See also

DateAddWorkdays

  • No labels