SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Store lecture, tutorial, and practical times as dates #635

Closed hobindar closed 7 years ago

hobindar commented 7 years ago

When parsed from a syllabus, we simply store an integer for the start and end time. These integers correspond to time from midnight in milliseconds. This should be stored as a date object instead.