Purescript library to handle the formatting of dates and times.

Add documentation

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