Ok, I would assume someone out there has this already done, or atleast something similar that I can change.
I'm given a number representing the number of days past January 1, 1900. I need to calculate the date the number represents. This is not for a school assignment or anything, I actually need this for a program I'm writing. It wouldnt be that bad, except I need to take into account of the differing number of days in a month and the leap years.
My goal for this is to be able to get the Month and the Year. I dont care about the day of the month.
If anyone has this already done or want to take a crack at it, I would be appreciative.