Rajan Kapadia wrote: How i can Do increment & decremant Month... By knowing how many days are in each month. If today is July 27th, 2005 and I wanted to advance one month, use: CTime today = CTime::GetCurrentTime(); CTimeSpan oneMonth(31, 0, 0, 0); CTime nextMonth = today + oneMonth;
"One must learn from the bite of the fire to leave it alone." - Native American Proverb