dateIsBetween
Description
Compares to dates to see if a target date is between two other dates.
Syntax
dateIsBetween (target_date, start_date, end_date )
Code Examples
Code Snippet
dateIsBetween({Root Container.Calendar.date}, toDate(
"2016-06-12 00:00:00"
), toDate(
"2016-06-19 00:00:00"
))
//Will be true if the selected date of the calendar component is between the two dates