Purescript library to handle the formatting of dates and times.
at main 13 lines 541 B view raw view rendered
1# purescript-datetimeformat 2 3[![MIT license](https://img.shields.io/badge/License-MIT-blue)](./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.