convert the number into hour minute and second 897642
biswaranjandas1:
8 hour
Answers
Answered by
0
date.setUTCMilliseconds(millisecond); // apply the time zone offset to the date object so its in utc time date.setTime(date.getTime() - offsetMilliseconds); this.date = date; return this; }, /** * Generate a duration string of the format hh:mm:ss * * @param {Number} Number of milliseconds to convert ...
Similar questions