SyntaxFix
Write A Post
Hire A Developer
Questions
var now = new Date();_x000D_ now.setMinutes(now.getMinutes() + 30); // timestamp_x000D_ now = new Date(now); // Date object_x000D_ console.log(now);