Restkit 和 ISO 日期
我在使用 Rest 工具包从 json api/mongodb 解析 iso 日期时遇到问题。
我返回的 iso 日期字符串是“2011-11-15T04:00:00Z”,它不会转换为我的对象中的 nsdate,显示为 null。
如果我无法在 api 服务器端格式化日期字符串,建议采取什么解决办法?
I'm having trouble parsing an iso date from my json api/mongodb using rest kit.
The iso date string I'm getting back is "2011-11-15T04:00:00Z" whichdoesn't get converted to an nsdate in my object, showing as null.
What's the recommended work around if I can't format my date string, server side at the api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Google 网上论坛中看到此帖子
http://groups.google.com/group/restkit /browse_thread/thread/5ffaa4626209881
看起来您必须创建自己的日期格式化程序并将其添加到对象映射器
Saw this post in google groups
http://groups.google.com/group/restkit/browse_thread/thread/5ffaa4626209881
Looks like you would have to create your own date formatter and add it to the object mapper