I wrote a program that just prints the current date, when a button is pushed. What I would like to do is input a number, then add that number of days to the current calendar date, then print that. NSDate was simple enough to use in the program I already wrote. What methods do I use (to get started) to manipulate dates. Thanks.
Adam
Adam