Apexal / late

A web app for RPI students to manage their course load.
https://www.late.work
MIT License
54 stars 19 forks source link

Reformat startTime and endTime strings. #619

Open aidan-lane opened 4 years ago

aidan-lane commented 4 years ago

Different tables (unavailability, courses, etc) currently hold time objects in different formats (as date object strings, integers, strings). There should be some function to quickly change all of these to the same format.