【发布时间】:2014-06-11 09:52:44
【问题描述】:
a=b+c;
result_utc_time= given_utc_time + given_number_of_seconds;
这就是我想要做的。我想从 given_utc_time 和 given_number_of_seconds 计算 result_utc_time
让我的given_utc_time=2014-06-11T09:50:20Z
given_number_of_seconds=1500
有谁知道如何用 PHP 或 Javascript 做到这一点?
【问题讨论】:
-
时间中也需要包含日期吗?
-
看我的回答,希望是你需要的
标签: javascript php jquery html utc