?
date-compare
Summary​
Determines the order of two ISO 8601 datetimes only considering the date
Description​
Returns integer 1 if first datetime is later than the second and integer -1 for vice versa. If the two datetimes are equal integer 0 is returned.
Fields​
date​
The first ISO 8601 datetime.
to_date​
The second ISO 8601 datetime.
Helpful?