Skip to content

ohanhi/clarion-date-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarion Date Time Converter

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.

Prerequisites

  • elm and elm-format

Build and deploy to GitHub Pages

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.