SyntaxFix
Write A Post
Hire A Developer
Questions
you have a lot of answers in the post
var d1 = new Date (), d2 = new Date ( d1 ); d2.setMinutes ( d1.getMinutes() + 20 ); alert ( d2 );