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.0"},
{applications, [birdie,
birl,
gleam_stdlib,
gleeunit]},
{description, "Date formatter extension for birl"},
{modules, [dateformat,
dateformat@internal@day,
dateformat@internal@month,
dateformat@internal@time,
dateformat@internal@util]},
{registered, []}
]}.