Write program to Create a Date object to display the current date and time.
Use the new Date() constructor.
console.log( new Date() );