Hi All,
I want a C programme which will take a user input as a date and number of days,
and then it will add the given number of days to the input date and will give the resulted date.
It should keep in mind all the permutation and combinations like changing month year , leap year, some months have 31 days some have 30 days etc....
for eg.:
input date 2010-12-25
days 20
result 2011-01-14
This programme can be made but this will take a lot of time if anybody has similar to that or exact programme then please help....
its just a module.
Thanks