NSDate objects represent a single point in time.
I have an NSDate object and I want to set it to an arbitrary time (say, midnight) so that I …
ios datetime swift nsdate nscalendarI have an app where content is displayed to the user. I now want to find out how many seconds …
ios nsdate nstimeintervalThis is my code: let currentDate = NSDate() let usDateFormat = NSDateFormatter() usDateFormat.dateFormat = NSDateFormatter.dateFormatFromTemplate("d MMMM y", options: 0, locale: NSLocale(…
ios swift nsdate nsdateformatterI must initialize an NSDate object from NSString in objective-c. I do it like this: NSString *dateString = [[webSentence child:@"DateTime"].…
objective-c timezone nsdate nsdateformatterI have a string with time in GMT and i want to make it according to the system time zone …
iphone objective-c timezone nsdate nsdateformatterI'm getting an error with saving to a Core data object in Xcode. Xcode says that the error is in …
xcode core-data nsdateI have an ASP.NET MVC 3 website that communicates with my iOS app via JSON. As part of the objects …
objective-c ios nsdate nsdateformatterhow to calculate the age based on the birth date in this format 6/24/1976 mon/date/year...
ios date nsdate foundationI want to get the current week start and end date and I also want to use the previous week …
ios objective-c cocoa-touch nsdate