dm3 / clojure.java-time

Java 8 Date-Time API for Clojure
MIT License
467 stars 47 forks source link

on-or-after? on-or-before? #70

Closed brettrowberry closed 3 years ago

brettrowberry commented 3 years ago

There are nice existing after? and before? functions.

How do you feel about on-or-after? or on-or-before?? These are probably most useful for dates, not datetimes.

dm3 commented 3 years ago

I think it wouldn't be a bad addition :) PR welcome. Not sure about the naming - on-or-after or equal-or-after or something else...