gpt4 book ai didi

ios - 当 NSDate 为 nil 时,NSDateFormatter 返回(空)字符串

转载 作者:行者123 更新时间:2023-11-28 19:42:30 28 4
gpt4 key购买 nike

我使用日期格式化程序来获取新字符串,但在某些情况下 startDate 可以为 nil。

resultDate = [NSString stringWithFormat:@"%@", [formatter stringFromDate:startDate]];

然后 resultDate 获取 (null) 字符串 (NSTaggedPointerString),但如果格式化程序获取 nil 作为日期参数,我希望只获取 nil。

最佳答案

目前接受的答案实际上并不正确。

stringFromDate 确实在您将 nil 日期传递给它时返回 nil

你的字符串是 "(null)"的原因是因为 [NSString stringWithFormat:"%@", nil] 返回字符串 "(null)"

关于ios - 当 NSDate 为 nil 时,NSDateFormatter 返回(空)字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33829127/

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