SyntaxFix
Write A Post
Hire A Developer
Questions
Just get the millisecond timestamp and add 20 minutes to it:
twentyMinutesLater = new Date(currentDate.getTime() + (20*60*1000))