I'm just starting learning Meteor with the official tutorial (https://www.meteor.com/tutorials/blaze/templates).
I want to use the "createdAt" value that we have on the database. Since this value is an instance of Date, I want to print the day of insert using the getDay() function of the Date class.
My question : how to do so :p I mean, can we do it directly on the html file or must we use smth like a function in our .js ?
Thanks for your help :)