Adding formatting options to Date/Time lib (elm-cldr)

The helper functions might also benefit from using phantom builder pattern to prevent someone from doing

dateTime
    |> setYear Numeric
    |> setDay Numeric
    |> setYear Short

This is really exciting to see though! Thank you for all of your hard work on it.

1 Like