D T

D

DateConversion - class DateConversion.
Write a description of class DateConversion here.
DateConversion() - Constructor for class DateConversion
 
dayFinder(int, int) - Static method in class DateConversion
dayFinder: finds the day of the week for any given date in 2001.
daysAway(int, int) - Static method in class DateConversion
daysAway: find how many days a specified date is from the beginning of the year.

T

test() - Static method in class DateConversion
Where we put all the standard test cases

D T

Generated by BlueJ