<html> <body> <button onclick="var myDate = new Date(); myDate.setSeconds(20); alert(myDate);">SETSECONDS</button> </body> </html>