Answers for "js add seconds to current time"

0

js add seconds to current time

var t = new Date();
t.setSeconds(t.getSeconds() + 10);
Posted by: Guest on August-06-2021

Code answers related to "js add seconds to current time"

Code answers related to "Javascript"

Browse Popular Code Answers by Language