Is there such third-party extension of NSDate
?
I need some methods to adjust date (increase or decrease day/month/year) and keep the date object in the same memory (so myDate = getNewDateByAdjustingOldOne (myDate);
would not be acceptable).
If there is no already implemented mutable date, can it be possible to get internal NSDate
data (considering that there is no access to internal data in NSDate
class interface).