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

moment

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 for one particular view,
Jan 7, 2016
Page 1 of 1
Today I learned © 2023
Powered by Ghost