I have a code that adds an hour or more in the hour field, I would now also add in the minutes. That is, if the number of minutes is equal to 30, add another 30 minutes.
var decalage = +1
var decalage_minute = 30
var d = new Date(); //date
/...
asked by
14.08.2015 / 13:09