Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js add seconds to current time

var t = new Date();
t.setSeconds(t.getSeconds() + 10);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #add #seconds #current #time
ADD COMMENT
Topic
Name
8+4 =