iphone - NSDateFormatter 问题?
我有一个 nsdateformatter
[dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss.SSS"];
值:2010-01-01 05:00:00.000
它返回正确的值
,但值:2010-01-01 05:22:00.000
它返回 null。
根据文档,如果我一分钟是正确的,我应该使用“mm” 那么我的代码有什么问题以及为什么它返回 nil?
I have an nsdateformatter
[dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss.SSS"];
for value : 2010-01-01 05:00:00.000
it returns the correct value
but for value: 2010-01-01 05:22:00.000
it returns null.
According to the documentation if i am correct for minute i am suppose to use "mm"
So what's wrong with my code and why does it return nil?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
日志:
所以它正在正确解析事物。因此,你在其他地方做错了事情。
Logs:
So it is parsing things correctly. Thus, you are doing something wrong somewhere else.
对我来说看起来很干净。我尝试了一下,得到了正确的结果:
返回以下输出:
It looks clean to me. I tried it and got correct results:
Returned the following output: