gpt4 book ai didi

ios - 如何转换 2015-12-08T17 :52:36 to AM and Pm that is 12 hours

转载 作者:行者123 更新时间:2023-11-29 12:08:46 24 4
gpt4 key购买 nike

如何将2015-12-08T17:52:36转换为12小时的AM和Pm

我的代码在这里

NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:ss"];
NSString *str = dateString;
NSDate *date = [dateFormatter dateFromString:str];
NSTimeZone *pdt = [NSTimeZone timeZoneWithAbbreviation:@"UTC"];
[dateFormatter setLocale:[NSLocale systemLocale]];

[dateFormatter setTimeZone:pdt];
[dateFormatter setDateFormat:@"dd-MMM-yyyy HH:mm:ss a"];
NSString * updatedString = [dateFormatter stringFromDate:date];

它在 iOS 8 中运行良好,但在 iOS 9 中返回 null

最佳答案

你可以尝试使用这个:dd-MM-yyyy hh:mm:ss a.请务必使用小写的“hh”。如果这有帮助,请告诉我。

关于ios - 如何转换 2015-12-08T17 :52:36 to AM and Pm that is 12 hours,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34156428/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com