Add Date
comparison functions
#34
Labels
package:date
Issues for the @perfective/common/date package
Date
comparison functions
#34
Add functions:
isSame(Date): Predicate<Date>
isBefore(Date): Predicate<Date>
isAfter(Date): Predicate<Date>
Consider adding corresponding functions to compare just Date and Time parts.
Also consider comparing two
Date
values setting one of the values with an explicit timezone.The text was updated successfully, but these errors were encountered: