/elm-date-draft

Draft of date and time manipulation module

Primary LanguageElm

Pure Elm date and time manipulation library

Purpose is to create library which would not be based on tricky Javascript Date() object and would be pure functional.

This libarary is heavily inspired by Haskell's time library, but trying to avoid its' API complexity.

Contributing

Feedback and contributions are very welcome.