andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

Port cljs-time.core/min-date and cljs-time.core/max-date from the clj-time API #139

Open jimberlage opened 5 years ago

jimberlage commented 5 years ago

I was looking for the min-date & max-date functions, so I decided to add them in. The implementation in clj-time isn't JVM-specific, so they're pretty easy to port over.

danielcompton commented 5 years ago

Thanks for this! If you have time, are you able to add some tests covering the new behaviour?