ucsb-cs56-projects / cs56-utilities-todo

-
0 stars 6 forks source link

implement new function: monthly view, fix bug with date and time #56

Closed popi528 closed 6 years ago

popi528 commented 6 years ago

Implement monthly calendar view for TodoList #35 Bug with dates, times #52 Unexpected behavior when edit the task #55

guanguangua commented 6 years ago

To use the monthly calendar, first select a list and add tasks with time. Then click the MONTHLY VIEW button on the top right corner.

The reason why there is a bug with dates and time is because the program uses GregorianCalendar for dates and times, and Janurary in GregorianCalendar is the 0th month rather than 1st month.

Fixed the task editting function so editting the task won't affect the time.