Closed Koshub closed 9 years ago
@Koshub I also want to compare dates. I try to add it!
@naoty nice, looking forward to it :+1:
@Koshub I have added it at 9ed880f0350f15a567d04f64b8c318a106127787 and released 0.3.0
! Please try to compare dates.
@naoty Thanks. Although there are not all operators (like <,>,>=,<=,==,!=) this is better than nothing. Thanks again
@Koshub All operators are supported because Equatable
protocol, which requires ==
, and Comparable
protocol, which requires <
, is implemented. Look at tests!
@naoty Sorry. I didn't know about that.
@Koshub Thank you for the issue!
Thanks for perfect abstraction like now + 2.days. It will be fantastic if you add dates comparing!