hope every one is doing well :)
I have struck with retrieving the month from the date that is saved in sqlite database.First of all,I would like to thank some of the
you can use dateFormat for retrieving month from date:
NSDate *today = [NSDate date];
NSDateFormatter *monthFormat = [[NSDateFormatter alloc] init]; [monthFormat setDateFormat:@"MM"];