Answers for "add seconds"

0

add seconds

a = new Date();
a.setSeconds(a.getSeconds() + 10);
Posted by: Guest on May-20-2021

Browse Popular Code Answers by Language