CoderDennis/elm-time-format - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

Time Format Package

Introduction

An Elm language package for formatting dates and times with support for internationalization.

See bottom of this document for important history notes.

Code format

This project uses elm-format for formatting its Elm code.

Includes

Example

see ExampleConfigFormat.elm

Where did this come from.

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.

Feedback

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.

Feedback that is of interest.

Useful references

Many ideas and concepts shamelessly borrowed from the following.

Testing

This uses elm-test for testing so install it if you don't have it.

To run Tests

History

Only major (and recent) changes are listed here.

Copyright (c) 2016-2018 Robin Luiten

Copyright (c) 2019 Dennis Palmer