Current section
Files
Jump to
Current section
Files
src/dateformat.app.src
{application, dateformat, [
{vsn, "1.0.1"},
{applications, [birl,
gleam_regexp,
gleam_stdlib]},
{description, "Date formatter extension for birl"},
{modules, [dateformat,
dateformat@internal@day,
dateformat@internal@month,
dateformat@internal@time,
dateformat@internal@util]},
{registered, []}
]}.