dformat

A library designed to simplify handling time and date format strings by using human-provided examples.

Leiningen/Boot

[dformat "0.1.0"]

Clojure CLI/deps.edn

dformat/dformat {:mvn/version "0.1.0"}

Gradle

implementation("dformat:dformat:0.1.0")

Maven

<dependency>
  <groupId>dformat</groupId>
  <artifactId>dformat</artifactId>
  <version>0.1.0</version>
</dependency>