Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 544 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 544 Bytes

datetime-data

A Clojure library designed to convert and normalize dates.

convert a string date in various common formats to an iso date. Extract various components of a date given a string date, iso-date, epoch, week and year, just a year. Regardless of the date given the return is a map with all of the above for the given input.

Usage

lein: [org.eag.datetime-data "0.1.0"]

See the tests.

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.