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