elm-date-format icon indicating copy to clipboard operation
elm-date-format copied to clipboard

Not updated for 0.19; use ryannhg/date-format

Results 3 elm-date-format issues
Sort by recently updated
recently updated
newest added

In the format directives there is one missing: a space-padded (or non-padded) month number (`July` -> `7` or ` 7`). I'd find that useful :)

`Date.Format.formatISO8601` appears to be ignoring time zone information. Here, in the repl, `Date.fromString` appears to parse dates correctly; `toString` shows them in BST or GMT depending when they fall in...