date-format
date-format copied to clipboard
A reliable way to format dates and times in Elm.
Love the library thank you for this awesome work :) MomentJS is awesome as well however the biggest pain point for me was the size of the language and internalization...
Hey, I'm trying to convert some time in seconds to string using `format`. My current approach is working but its showing the wrong amount of days. ``` DateFormat.format [ DateFormat.dayOfYearNumber...
Our use case is not to hard code the formatting in elm but allow users to provide the formatting that they want
Here are the `DateFormat.Language` translations for Finnish.
This is a bit of a daring PR out of the blue, so feel free to disagree with my decisions and/or point out issues I might not have noticed. I...
This timestamp can be parsed correctly as shown here: In my application, the `createdAt` value is sent in via JS, parsed correcly via `Json.Decode.int` and converted to a `Posix` correctly...