Hey guys I'm working on a program that asks the user to enter a month and year and then prints that month's calendar page on the screen. However, to do this I created a daysBetween() method that accepts 2 dates and finds the number of days between them. So basically I need some advice for subtracting 2 dates and finding the days between them... I don't want code but just general ideas for algorithms or approaches I could use. Because it's proving to be much more difficult to implement than I previously thought.
Thanks so much!
~Kvass