开始和结束日期-四舍五入

时间:2019-03-29 07:10:06

标签: javascript momentjs

早上好,希望有人能够为我提供此功能,我目前正在使用Moment.js来计算开始日期和结束日期之间的实际持续时间,这很正常,我的工作是将持续时间四舍五入为2小数点。希望有人可以帮助我。这就是我得到的回报,我希望它显示19.95天。

Exception in thread "main" java.lang.RuntimeException: Input Max Number of starts should be greater than 1
            at triangle.setMaxStartsInRow(triangle.java:25)
            at Main.main(Main.java:11)

{     “ actualStartDate”:“ 2015-11-05T09:39:05.239Z”,     “ actualEndDate”:“ 2015-11-25T09:29:54.210Z”,     “ actualDuration”:19.958333333333332 }

0 个答案:

没有答案