Please help me to write a method that returns number (int) of days from a provided day to the todays date.
So let’s say, I am providing into a method an int 110515 (for May 15, 2011). It should return 9 (inclusive or exclusive is not important to me).
Should dates in the future include the current day? Meaning if today is May 24th 2011, should 110529 result in 4 or 5?