如何在 Android 中比较网络服务日期和日历日期?
我的网络服务响应采用以下格式:19/2/2011
。我想将此网络服务日期与我自己的日历日期进行比较。
有没有答案以及如何突出显示该日期?
My web service response comes in this format: 19/2/2011
. I want to compare this web service date to my own calendar date.
Is there any answer and how to highlight that date?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您在字符串中都有日期,则可以将其分解为日,时间,年标记,然后可以比较字符串......这将是一种简单而原始的方法来做到这一点
If you have both the date in strings you can break it up into day, time , year token and then can compare the strings....this will be a easy and raw approach to do this