NSDateFormatter *Dateformat = [[NSDateFormatter alloc]init];
[Dateformat setDateFormat
"DD-MM-YYYY"];
NSMutableString *DateStr = [Dateformat stringFromDate:StrDate];
[UserCntrl.timeDisplay setText:DateStr];
[Dateformat setDateFormat
"HH:MM"];
NSMutableString *timeStr=[Dateformat stringFromDate:StrDate];
[Dateformat setDateFormat

NSMutableString *DateStr = [Dateformat stringFromDate:StrDate];
[UserCntrl.timeDisplay setText:DateStr];
[Dateformat setDateFormat

NSMutableString *timeStr=[Dateformat stringFromDate:StrDate];