rluiten / elm-date-extra

Elm Date Extra library add/subtract/diff/format etc dates
http://package.elm-lang.org/packages/rluiten/elm-date-extra/latest
BSD 3-Clause "New" or "Revised" License
75 stars 36 forks source link

Add lowercase `y` for 2 digit year #51

Closed fdbeirao closed 7 years ago

fdbeirao commented 7 years ago

I am not sure if it is zero-padded or not. But I was looking for the 2 digit year and I couldn't find it. Tried with %y and it worked.

rluiten commented 7 years ago

Thanks for spotting that, have published 9.1.1 with your fix.