add int to date
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Hi All, Using VC++, i want to add integer value to date. For example: date is 17/12/2007, if i add 365 days to this date, the result should be 16/12/2008. AddDays() function is available in .Net. How to do it using VC++ 6.0?
-
Hi All, Using VC++, i want to add integer value to date. For example: date is 17/12/2007, if i add 365 days to this date, the result should be 16/12/2008. AddDays() function is available in .Net. How to do it using VC++ 6.0?
-
Hi All, Using VC++, i want to add integer value to date. For example: date is 17/12/2007, if i add 365 days to this date, the result should be 16/12/2008. AddDays() function is available in .Net. How to do it using VC++ 6.0?