Currently, I am at the beginning stages of learning Meteor by following the official tutorial available at .
My goal is to utilize the "createdAt" value stored in the database. Since this value is a Date object, my intention is to display the day of insertion by utilizing the getDay() method provided by the Date class.
My query is: how can I achieve this? Can it be directly implemented in the HTML file or do we need to create a function within our .js file?
Appreciate any guidance you can provide :)