http://www.w3schools.com/js/js_obj_date.asp JavaScript Date Object The Date object is used to work with dates and times. Examples Return today's date and time How to use the Date() method to get today's date. getTime() Use getTime() to calculate the years since 1970. setFullYear() How to use setFullYear() to set a specific date. toUTCString() How to use toUTCString() to convert today's date (acc..