Purescript library to handle the formatting of dates and times.
1# purescript-datetimeformat
2
3[](./LICENSE)
4
5Purescript library to handle the formatting of dates and times.
6
7See [DateTimeFormat at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat)
8
9The sources are finished and working, the tests are missing and the files and configuration to build the package too.
10
11## License
12
13purescript-datetimeformat is licensed under the MIT, see file [LICENSE](LICENSE) for details.