So, I'm trying to create a schedule app in a meteor by creating projects and adding time entries. What for? that’s all I could come up with as a test application.
But I'm more used to working with PHP, in PHP I would just save a date field with a length of time. Right now, I am wondering what is the best wat to deal with dates in Meteor.
Do ... Am I doing the same thing where I store the date syntax string or is it a date time object? How would you deal with dates? (I'm only 3 hours in Meteor)
source share