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

A reliable way to format dates and times in Elm.

Results 19 date-format issues
Sort by recently updated
recently updated
newest added

I started to get complilation error: Same for 2.2.0 and 2.3.0 I downloaded the source code for ryannhg/date-format 2.3.0 from: https://github.com/ryannhg/date-format/zipball/2.3.0/ But it looks like the hash of the archive...

`monthNameFirstThree` was replaced with `monthNameAbbreviated`, but it's still used in docs.

Last version, which added support for French language, has not been publish. The version installed using through "elm install ryannhg/date-format" does not include French.

The last commit was on 25 Feb 2019 to this repo. There are several [contributions pending to be approved](https://github.com/ryannhg/date-format/pulls). I've contacted the owner of the repository by email and tweet...

The documentation for dayOfWeekNameAbbreviated claims it takes just the first two letters, but in actuality it takes the first three.

I have a `Date` value that I'd like to format using this package. This seems like a natural thing to do since this package is called `date-format` but currently it...

I am wondering how is the `weekOfYearNumber` intended to work? It seems that it does work properly when the year changes, eg. week number can jump from 53 to 1...

Hello, I think there is a mistake with dayOfMonthSuffix for french language. In french, only the first day of the month need the suffix "er", all the others are just...