exgrid v0.4.0 ExGrid.Date
Utility functions used by API client modules
Summary
Functions
Compare two dates returning one of the following values:
-1
— the first date comes before the second one0
— both arguments represent the same date when coalesced to the same timezone.1
— the first date comes after the second one
Parses a date string to a datetime struct. Uses YYYY-M-D format by default
Functions
Compare two dates returning one of the following values:
-1
— the first date comes before the second one0
— both arguments represent the same date when coalesced to the same timezone.1
— the first date comes after the second one