Today I learned
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
  • About
Sign in Subscribe

moment.js

A collection of 1 post
meteor

Format time using moment.js in meteor

If you want to format a time field from you database, say for e.g.: createdAt, the following helper can be used. UI.registerHelper('formatTime', function(context, options) { if(context) return moment(context).format('MM/DD/YYYY'); }); An alternate way would be to write a helper
07 Jan 2016
Page 1 of 1
Today I learned © 2025
Powered by Ghost