Format a date from inside a Handlebars Template in Meteor
The solution is quite simple, and maybe someone will find it useful. In most projects you have a couple of date formats you want to use. So it’s a good approach to define your formats with readable names. For this example I took just ‘short’ and ‘long’, but you will see, it’s very easy to … Read more