JavaScript Date Methods and Properties
JavaScript Date Methods and Properties
Name Description
constructor Returns the function that created the Date object's prototype
getUTCDate() Returns the day of the month, according to universal time (from
getUTCDay() Returns the day of the week, according to universal time (from 0
parse() Parses a date string and returns the number of milliseconds since
prototype Allows you to add properties and methods to an object
setUTCDate() Sets the day of the month of a date object, according to universa
toDateString() Converts the date portion of a Date object into a readable string
toLocaleDateString() Returns the date portion of a Date object as a string, using locale
toLocaleTimeString() Returns the time portion of a Date object as a string, using locale