NSDate objects represent a single point in time.
I know how to get local date and time, but what I want to do is getting the date and …
ios swift nsdate nscalendar nsdatecomponentsI want to display NSDates in a "human-friendly way", such as "last week", or "a few days ago". Something similar …
cocoa-touch cocoa nsdate nsdateformatterI'm trying to do something that, for me, is a bit difficult. But I'm sure someone has some insight. Given …
iphone objective-c ios nsdate nscalendarI have to send a DDMMYYY date from a Date to communicate with an API. NSDateComponents *dateComponents; NSCalendar *gregorian; NSDate *…
ios nsdate nscalendar nsdatecomponentsI got a NSDate for example 1/6 -12 (Friday) and trying to find out what weekday it is. My week starts …
objective-c ios ios5 nsdate nsdatecomponentsIs this how I'm supposed to pass a Date to NSPredicate.init(format predicateFormat: String, arguments argList: CVaListPointer). let endDate = …
swift swift3 nsdate nspredicate foundationI want to get the date of the next Monday after the current date. So if today's date is 2013-08…
cocoa cocoa-touch nsdate date-arithmetici need to calculate the weekday for a given date, however, depending on the calendar a week can star on …
ios cocoa nsdate nscalendarI'm working with Objective C for iPhone and have a NSDate that I want to display in full style but …
iphone nsdate nsdateformatter