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
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