Ddate v0.0.2 Ddate

Elixir implementation of the classic Discordian Date system which converts Gregorian Dates to Discordian Dates.

Link to this section Summary

Functions

Ddate.ddate

Ddate.ddate({year, month, day})

Link to this section Functions

Ddate.ddate

Returns Discordian Date as a string for the current date.

Ddate.ddate({year, month, day})

Returns Discordian Date as a string for the provided date in erlang tuple format.