gpt4 book ai didi

iphone - 在 iPhone 上使用 NSDateFormatter 格式化日期

转载 作者:行者123 更新时间:2023-12-03 18:07:08 28 4
gpt4 key购买 nike

由于 initWithDateFormat:allowNaturalLanguage: 现已弃用,

NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] initWithDateFormat:@"%B %d, %Y" allowNaturalLanguage:NO] autorelease];

目前如何使用 2.2.1 来使用相同的格式化字符串进行格式化?

最佳答案

PL。使用以下步骤:

NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setFormatterBehavior:NSDateFormatterBehavior10_4];

关于iphone - 在 iPhone 上使用 NSDateFormatter 格式化日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/571413/

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