Packages

Date formatter extension for birl

Current section

Files

Jump to
dateformat src dateformat.app.src
Raw

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, []}
]}.