Answer the question
In order to leave comments, you need to log in
Working with time in JavaScript (add strings up to 15 minutes)?
hello everyone!
in the morning I’m stupid a little, help who is already awake:
I have n-number of lines with time, it looks like this:
26.4.2017 09:38:21 - 0:00:06 h
26.4. 00:14 h
26.4.2017 09:37:40 - 0:00:13 h... I
issue all this with this code:
t += "<td>" + start.getDate() + "." + (start.getMonth() + 1) + "." + start.getFullYear() + " " + addZero(start.getHours()) + ":" + addZero(start.getMinutes()) + ":" + addZero(start.getSeconds()) + "</td>";
t += "<td> - " + dauerString + "</td>";
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question