This is a simple little app to help you convert between
- Clarion date and time
- ISO 8601 date strings, and
- human readable date times.
Written in Elm, licensed under BSD-3.
- elm and elm-format
Switch to the gh-pages
branch and merge the current main
, then
elm make src/Main.elm --output=main.js
commit the built file and push the branch.