rtfeldman / elm-validate

Convenience functions for validating Elm data.
http://package.elm-lang.org/packages/rtfeldman/elm-validate/latest
BSD 3-Clause "New" or "Revised" License
145 stars 28 forks source link

Add date validate #22

Closed thiagogsr closed 6 years ago

thiagogsr commented 6 years ago

Date validation using Date.fromString parser.

rtfeldman commented 6 years ago

I'd actually rather not couple this library to a particular date format...there are a lot of them out there, and I think it's better if users validate for the format that fits best for them. 😄

thiagogsr commented 6 years ago

makes sense, thanks :)