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
"DD-MM-YYYY"];NSMutableString *DateStr = [Dateformat stringFromDate:StrDate];
[UserCntrl.timeDisplay setText:DateStr];
[Dateformat setDateFormat
"HH:MM"];NSMutableString *timeStr=[Dateformat stringFromDate:StrDate];
4万+

被折叠的 条评论
为什么被折叠?



