dbVoiceDate
is wrong why?
I tried a lot!
NSDateFormatter *formatterVoice = [[NSDateFormatter alloc] init];
formatterVoice.dateFormat = @"dd-MMM-yyyy hh:mm:ss";
dbVoiceDate = [formatterVoice dateFromString:dbDateStr];
Getting response:
Printing description of dbDateStr:
03-Oct-2016 10:43:59
Printing description of self->dbVoiceDate
:
2016-10-03 05:02:16 +0000
thanks in advance.