Skip to content

Instantly share code, notes, and snippets.

View maurice-does-software's full-sized avatar

Maurice Ferguson maurice-does-software

View GitHub Profile
// REQUIRES:
// moment.js - https://github.com/moment/momentjs.com
// USAGE:
// {{ someDate | moment: [any moment function] : [param1] : [param2] : [param n]
// EXAMPLES:
// {{ someDate | moment: 'format': 'MMM DD, YYYY' }}
// {{ someDate | moment: 'fromNow' }}