Restkit 和 ISO 日期

发布于 2024-12-11 01:49:41 字数 174 浏览 0 评论 0原文

我在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最单纯的乌龟 2024-12-18 01:49:41

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文