This is present in the package javaproject and It contains three classes ToDoList , Date , ValidDate.
class ToDoList and Date are present in the ToDoList.java . ValidDate class present in the ValidDate.java.
class Date contains method insertDate(); to take date from the user and giveLocalDate(); which returns the today's Date.
"1.) Make a new List of other Date.");
"2.) Make a new List of Today's Date.");
"3.) Show Today's List.");
"4.) Show List of other Date.");
"5.) Show All Lists.");
"6.) Remove the Today's List.");
"7.) Remove other date List.");