如何查找存储在2个字符串中的日期之间的天数
我有两个字符串都采用以下日期格式(2011-03-22)。
我必须比较它们并找出它们之间的天数。
谁能告诉我如何做到这一点..
还请告诉我将它们转换回 NSDate 的正确方法。
I have two strings both are in following date format (2011-03-22).
i have to compare them and find number of days between them.
Can anyone tell me how to do this..
Please also tell me the correct method to convert them back to NSDate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚输入的内容可能有几个错误,但它本身就说明了问题,您应该明白了。
Might be a couple of errors as i just typed this, but it speaks for itself and you should get the idea.
对于字符串到日期
对于日期到字符串
For string to date
for date to string