Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 589 Bytes

date-library.md

File metadata and controls

20 lines (13 loc) · 589 Bytes

Date Library

This library can be used independent from timex.

Any date library can be used by implementing the Quantum.DateLibrary behavior.

The library does not respect semver for this behaviour. Breaking Changes will happen even in patch releases.

To use another date library, change the implementation like this:

config :quantum,
  date_library: Quantum.DateLibrary.Timex

Supported Date Libraries

  • timex - Quantum.DateLibrary.Timex
  • calendar - Quantum.DateLibrary.Calendar