dateIsBefore
Description
Compares to dates to see if date_1 is before date_2.
Syntax
dateIsBefore (date_1, date_2 )
Code Examples
Code Snippet
dateIsBefore({Root Container.Calendar.date}, toDate(
"2016-04-12 00:00:00"
))
//Will be true if the selected date of the calendar component is before the April 12th, 2016 at midnight