Difference between revisions of "BetweenDates"
From Keyfax Wiki
(→Example Two) |
|||
Line 4: | Line 4: | ||
[[File:betweendatesfunction1.png]] | [[File:betweendatesfunction1.png]] | ||
− | + | ==Example One== | |
Check if one fixed date is between another fixed date and today with a result of true. | Check if one fixed date is between another fixed date and today with a result of true. | ||
Line 32: | Line 32: | ||
[[File:betweendatesfunction8.png]] | [[File:betweendatesfunction8.png]] | ||
− | + | ==Example Three== | |
Check if one user entered date is between another user entered date and today. | Check if one user entered date is between another user entered date and today. | ||
− | ===Example Four | + | ===Setup=== |
+ | |||
+ | ==Example Four== | ||
Check if one user entered date is between a second user entered date and a third user entered date. | Check if one user entered date is between a second user entered date and a third user entered date. | ||
+ | |||
+ | ===Setup=== |
Revision as of 14:47, 23 April 2019
Check if a date is between two other dates.
Contents
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.
Setup
Example Three
Check if one user entered date is between another user entered date and today.
Setup
Example Four
Check if one user entered date is between a second user entered date and a third user entered date.