将字符串格式的 Facebook JSONcreated_time 转换为长格式
我正在开发android应用程序并尝试从facebook JSON获取created_time。我成功了,得到了 2011-07-14T12:28:52+0000
。
现在应该将其转换为长格式,例如 220200202932093
我现在的挑战是将其转换为长格式。
这是因为我计划在 android 中使用 getRelativeTimeSpanString 来获取相对时间。
请帮我将字符串格式的时间从 JSON 对象转换为长格式
I'm working on android app and trying to get created_time from facebook JSON. I was successful in that and I got it as 2011-07-14T12:28:52+0000
.
Now this should be converted into long format like 220200202932093
My challenge now is to convert that into long format.
This is because i have planned to get relative time using getRelativeTimeSpanString
in android.
Please help me to convert String formatted time from JSON object to long format
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)