iphone 如何从月份编号获取月份名称?
Possible Duplicate:
iOS: How to get a proper Month name from a number?
How can I get month name from month number?
I have month number like 02, but would like the month as a string, in this case February.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样的事情:
Something like this:
您可以在 NSDateFormatter 中使用monthSymbols数组,然后通过月份数字的键访问该数组
You can use the monthSymbols array in NSDateFormatter, and then access that array by the key of the month number