Difference between revisions of "BetweenDates"

From Keyfax Wiki
Jump to: navigation, search
(Created page with " ===Example One=== ===Example Two=== ===Example Three=== ===Example Four===")
 
Line 1: Line 1:
 +
 +
Check if a date is between two other dates.
 +
 +
[[File:betweendatesfunction1.png]]
  
 
===Example One===
 
===Example One===
 +
 +
Check if one fixed date is between another fixed date and today with a result of true.
  
 
===Example Two===
 
===Example Two===
 +
 +
Check if one fixed date is between another fixed date and today with a result of false.
  
 
===Example Three===
 
===Example Three===
 +
 +
Check if one user entered date is between another user entered date and today.
  
 
===Example Four===
 
===Example Four===
 +
 +
Check if one user entered date is between a second user entered date and a third user entered date.

Revision as of 14:06, 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.

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.