获取数组中的日期时间差
我需要预测单元格数组中的日期时间差异...
例如:
起始日期:04/30/2011 截止日期:05/30/2011
数组单元格包含从 04/30/2011 到 05/30/2011 的日期
I need to Predict the date time differnce in a array of cells...
ex:
From Date:04/30/2011
To Date:05/30/2011
the array cell contains the dates from 04/30/2011 to 05/30/2011
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以使用此库的CalendarPeriodCollector:
您 还可以指定排除日(节假日),或按小时收集时间段。
You can use the CalendarPeriodCollector of this library:
You can also specify exclusion days (holidays), or collect the periods by hours.
我想你正在寻找这个:
I think you are looking for this: