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
Link to this section Functions
Link to this function
ddate()
Ddate.ddate
Returns Discordian Date as a string for the current date.
Link to this function
ddate(arg)
Ddate.ddate({year, month, day})
Returns Discordian Date as a string for the provided date in erlang tuple format.