rtfeldman / elm-iso8601-date-strings

Convert between ISO-8601 date strings and Time.Posix
https://package.elm-lang.org/packages/rtfeldman/elm-iso8601-date-strings/latest
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

fix #6: add support for strings with dates only #7

Closed gyzerok closed 5 years ago

gyzerok commented 5 years ago

https://github.com/rtfeldman/elm-iso8601-date-strings/issues/6

I was able to figure out fix by myself. Hopefully it is ok.

rtfeldman commented 5 years ago

Looks good, thanks @gyzerok!