objective c - NSDate. Creating new date with same time -


i have existing nsdate object represents date , time of event. task make copying function of existing event other date attributes except day , month(but saving of hours , minutes). see nsdate documentation here no direct method this. can add few days standard methods or nsdatecomponents new date set calendar, not adding or substracting quantity days.

is right way extract "hh:mm" string previous date, set formatted string , convert new nsdate?

converting , string not best way. suggestion make nsdatecomponents date. can set month , day directly, , convert date.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -