kat green

Greenhorn
+ Follow
since Nov 05, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kat green

in your tester class add .getLongDate() (or .getMediumDate() or getShortDate(), doesn't matter) to this statement System.out.println(thanksgiving.getThanksgiving(year)) ;

so you get System.out.println(thanksgiving.getThanksgiving(year).getLongDate()) ;

before, you were just printing the 'Date' object created which just prints gibberish.



12 years ago