Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 397 Bytes

course-days

Mathematica notebook for generating the list of class days for a given class.

Input:

  • days of the week on which the class is taught (e.g., Tuesday/Thursday)
  • start and end date of the class
  • any holidays/no-class days
  • the desired date formatting

Output:

  • A list of class days, as formatted strings
  • The total number of class days

Example usage