reazen / relude-eon

A datetime library for the ages in ReasonML
MIT License
12 stars 4 forks source link

Build out LocalDateTime #5

Closed mlms13 closed 5 years ago

mlms13 commented 5 years ago

Currently LocalDateTime has some constructors, but it's missing all of the usual math helpers (e.g. addDays, addMinutes) and comparison functions.

mlms13 commented 5 years ago

I'll keep adding tests as I go, but all of the math and comparison stuff (plus a couple extra constructors) are now there.