Date formatting helper for Dust.js
This fork is compatible with dustjs-helper-formatdate v0.1.0 while providing the saner interface introduced in 0.2.
It also adds a few tests.
For Node.js
var dust = ;;;
For the browser
Use in Dust template
{@formatDate date="{myDate}" format="YYYY. MMMM Do HH:mm" lan="en-US"/}
or with Dust keys:
{@formatDate date="{myDate}" format="{formatString}" lan="{locale}"/}
License
MIT license