iPhone - 如何以给定日期的整数形式返回年份?
我试图将任何给定日期的 4 位数年份作为整数返回。我对 NSCalendar 或 NSDate 函数不太擅长,但尝试将它们与日期和日期格式化程序中的组件一起使用,但没有成功。
谢谢。
I'm trying to return the 4 digit year from any given date as an integer. I'm not strong with the NSCalendar or NSDate functions, but have tried using them with components from date and date formatters with no success.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自
NSCalendar
docs:然后您可以通过执行以下操作来获取年份:
From
NSCalendar
docs:Then you can get the year by doing: