csmberkeley / scheduler

For managing our students, mentors, and sections
MIT License
8 stars 5 forks source link

Display Date #41

Open mscott2757 opened 7 years ago

mscott2757 commented 7 years ago

Added a method to get the date of a given week to the section model then updated the views so that the correct date is displayed each week. Added migration to change the :time field to :datetime in the section table because :time does not accurately record date.