Javascript Date Object
ES3 added 2 methods to the Date object.
Date.now returns the number of milliseconds since midnight of Jan 1, 1970.
Returns the number of milliseconds since 1/1/1970 for a given Date object.