Description: To achieve the calculation of the relevant calendar, when the user enters a month, the program output this month' s calendar, every Monday line, beginning Sunday, ending Saturday. When users enter a date, the program shows this date is the day of the week. When the user enters two dates, the program calculated the number of days difference between two dates.
To Search:
File list (Check if you may need any files):
设计实现日历计算程序\CalendarDemo$1.class
....................\CalendarDemo$DifferenceDate$1.class
....................\CalendarDemo$DifferenceDate.class
....................\CalendarDemo$JudgeDate$1.class
....................\CalendarDemo$JudgeDate.class
....................\CalendarDemo$MonthCalendar$1.class
....................\CalendarDemo$MonthCalendar.class
....................\CalendarDemo.class
....................\CalendarDemo.java
设计实现日历计算程序