gpt4 book ai didi

swift - 如何在 Swift 中制作日期格式化程序以仅显示日期的年份部分?

转载 作者:行者123 更新时间:2023-11-30 12:01:49 24 4
gpt4 key购买 nike

这是我遇到的项目代码的一部分:

    let dateFormatter = DateFormatter()
dateFormatter.dateStyle = .short

其他样式有“.full、.long、.medium、.short、.none”,它们都无法仅显示日期的年份部分。

非常感谢您,祝您度过愉快的一天。

最佳答案

If you need to define a format that cannot be achieved using the predefined styles, you can use the setLocalizedDateFormatFromTemplate(_:) to specify a localized date format from a template.

Source: DateFormatter - Foundation

就您而言:

dateFormatter.setLocalizedDateFormatFromTemplate("yyyy")

关于swift - 如何在 Swift 中制作日期格式化程序以仅显示日期的年份部分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47124453/

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