Adding hours to JavaScript Date object?

前端 未结 16 1194
一生所求
一生所求 2020-11-22 09:00

It amazes me that JavaScript\'s Date object does not implement an add function of any kind.

I simply want a function that can do this:

var now = Date         


        
16条回答
  •  心在旅途
    2020-11-22 09:45

    There is an add in the Datejs library.

    And here are the JavaScript date methods. kennebec wisely mentioned getHours() and setHours();

提交回复
热议问题