时刻js增加时间并增加它

时间:2016-06-28 09:03:22

标签: javascript date momentjs

我发送时间和分钟格式为“12:02”,时区为“GMT”。我想在时刻js设置小时和分钟

var timeFormatSecond = moment.tz(zoneList[secondTimeZone])
timeFormatSecond = timeFormatSecond.set({
  'hour' : secondDateTime.getHours(),
  'minute' : secondDateTime.getMinutes()
});

但是在我做timeFormatSecond.format('HH:mm')

之后几分钟

然后它给出了我之前发送的小时和分钟。

0 个答案:

没有答案