Edit This Code:
See Result »
<!DOCTYPE html> <html> <body> <p id="demo"></p> <script> document.getElementById("demo").innerHTML = new Date("2015"); </script> </body> </html>
Result: