for more information visit the package's GitHub page
Package contains the following modules:
An Elm language package for formatting dates and times with support for internationalization.
See bottom of this document for important history notes.
This project uses elm-format for formatting its Elm code.
This was created based upon code extracted from one of Robin's projects and also from Luke's https://github.com/lukewestby/elm-date-extra/ and put into https://github.com/rluiten/elm-date-extra.
The date time format code originally came from https://github.com/mgold/elm-date-format/ however I have modified it and hence any problems you discover with it in this package should be initially raised with me.
It is hoped that with feedback from users and reviewers with deep Type-zen it will be possible to improve the API to reduce the chances of doing the wrong thing with out realising it.
Many ideas and concepts shamelessly borrowed from the following.
This uses elm-test for testing so install it if you don't have it.
To run Tests
Only major (and recent) changes are listed here.
Copyright (c) 2016-2018 Robin Luiten
Copyright (c) 2019 Dennis Palmer