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