elm-community / elm-time

A pure Elm date and time library.

Home Page:http://package.elm-lang.org/packages/elm-community/elm-time/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Date.fromISO8601

derekdreery opened this issue · comments

Is there a reason for not having this function, expecting date string of the form YYYY-MM-DD.

I'm happy to do a pull request deriving it from DateTime.fromISO8601 if that's helpful :)

Added, hope that's useful!