How do I get the NSDateComponents of a single NSDate? I don’t want the components of the difference between 2 dates, just the seconds, minutes, hours, day, month and year of a NSDate?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s an example in the Apple docs, Listing 3: Getting a date’s components:
Note that you have to ‘or’ together the calendar units you want in the call of the
componentsmethod.