Difference between revisions of "BetweenDates"
From Keyfax Wiki
(→Setup) |
(→Setup) |
||
Line 13: | Line 13: | ||
[[File:betweendatesfunction3.png]] | [[File:betweendatesfunction3.png]] | ||
+ | |||
+ | [[File:betweendatesfunction4.png]] | ||
===Example Two=== | ===Example Two=== |
Revision as of 14:13, 23 April 2019
Check if a date is between two other dates.
Example One
Check if one fixed date is between another fixed date and today with a result of true.
Setup
Example Two
Check if one fixed date is between another fixed date and today with a result of false.
Example Three
Check if one user entered date is between another user entered date and today.
Example Four
Check if one user entered date is between a second user entered date and a third user entered date.