Skip to content
/ edtf_ex Public

An Extended Date Time Format (EDTF) / ISO 8601-2 parser and English language rendering toolkit for Elixir.

License

Notifications You must be signed in to change notification settings

nulib/edtf_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDTF

Build Coverage Hex.pm

An Extended Date Time Format (EDTF) / ISO 8601-2 parser and English language rendering toolkit for Elixir.

Compatibility

EDTF / ISO 8601-2

EDTF fully implements EDTF levels 0, 1, and 2 as specified by ISO 8601-2

Installation

Add edtf to your list of dependencies in mix.exs:

def deps do
  [
    {:edtf, "~> 1.0.0"}
  ]
end

Usage

See EDTF.parse/1, EDTF.validate/1, and EDTF.humanize/1.

Notes

  • Some human-readable dates containing Level 2 qualifications and years with significant digits, may produce less specific results than desired.

About

An Extended Date Time Format (EDTF) / ISO 8601-2 parser and English language rendering toolkit for Elixir.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages