Tag Archives: NSInteger

Xcode get current date, month, year Posted by in iPhone XCode | 6 Comments

This example will show how to get the current date, current month, current year in Xcode Iphone SDK. 1. Get the current DateTime (NSDate) 2. Convert it to an NSString 3. Split the NSString to an NSArray (by ‘space’) 4. … Continue reading