Difference between revisions of "BetweenDates"

From Keyfax Wiki
Jump to: navigation, search
(Setup)
(Example Two)
Line 21: Line 21:
  
 
Check if one fixed date is between another fixed date and today with a result of false.
 
Check if one fixed date is between another fixed date and today with a result of false.
 +
 +
[[File:betweendatesfunction6.png]]
 +
 +
[[File:betweendatesfunction4.png]]
 +
 +
[[File:betweendatesfunction7.png]]
 +
 +
[[File:betweendatesfunction8.png]]
  
 
===Example Three===
 
===Example Three===

Revision as of 14:44, 23 April 2019

Check if a date is between two other dates.

Betweendatesfunction1.png

Example One

Check if one fixed date is between another fixed date and today with a result of true.

Setup

Betweendatesfunction2.png

Betweendatesfunction3.png

Betweendatesfunction4.png

Betweendatesfunction5.png

Example Two

Check if one fixed date is between another fixed date and today with a result of false.

Betweendatesfunction6.png

Betweendatesfunction4.png

Betweendatesfunction7.png

Betweendatesfunction8.png

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.