UNPKG

wintersmith-handlebars

Version:
6 lines (4 loc) 115 B
var moment = require('moment'); module.exports = function(date) { return moment(date).format('DD. MMMM YYYY'); }