rules/dates/date_after library

Classes

IsDateAfter
Validates that the input parses to a date strictly after date.

Functions

isDateAfter(Object? input, DateTime date) bool
Returns true if input (a String or DateTime) is strictly after date.