Difference between revisions of "DateAdd"
From Keyfax Wiki
(→Example Two) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Allows you to add a fixed or user entered | + | Allows you to add a fixed or user entered amount of time to a date |
[[File:dateadd1.png]] | [[File:dateadd1.png]] | ||
− | + | ==Example One== | |
+ | |||
+ | Add 12 months to fixed date '''CompanyData.Expressions.Date (15-10-2016)''' | ||
[[File:dateadd2.png]] | [[File:dateadd2.png]] | ||
− | ===Example Two | + | ===Setup=== |
+ | |||
+ | [[File:beforefunction2.png]] | ||
+ | |||
+ | [[File:dateadd5.png]] | ||
+ | |||
+ | [[File:expdate01.png]] | ||
+ | |||
+ | ===Demonstration=== | ||
+ | |||
+ | [[File:dateadd6.png]] | ||
+ | |||
+ | ==Example Two== | ||
[[File:dateadd3.png]] | [[File:dateadd3.png]] | ||
− | ===Example Three | + | ===Setup=== |
+ | |||
+ | [[File:dateadd7.png]] | ||
+ | |||
+ | [[File:dateadd8.png]] | ||
+ | |||
+ | ===Demonstration=== | ||
+ | |||
+ | [[File:dateadd9.png]] | ||
+ | |||
+ | [[File:dateadd10.png]] | ||
+ | |||
+ | [[File:dateadd11.png]] | ||
+ | |||
+ | ==Example Three== | ||
[[File:dateadd4.png]] | [[File:dateadd4.png]] |
Latest revision as of 11:24, 29 April 2019
Allows you to add a fixed or user entered amount of time to a date
Contents
Example One
Add 12 months to fixed date CompanyData.Expressions.Date (15-10-2016)