Date
Overview
The javascript Date implementation.
For more information see: Date (MDN).
Methods Summarized
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Gets the day of month in local time
Gets the day of the week (sunday = 0) in local time
Gets the full year of the date in local time
Gets the hours of the date in local time
Gets the milliseconds of the date in local time
Gets the minutes of the date in local time
Gets the month of the date in local time
Gets the seconds of the date in local time
The value returned by the getTime method is the number of milliseconds since 1 January 1970 00:00:00.
Gets the number of minutes between GMT and this date.
Gets the UTC date.
Gets the day in UTC time.
Gets the full year in UTC time.
Gets the hours in UTC time.
Gets the milliseconds in UTC time.
Gets the minutes in UTC time.
Gets the month in UTC time.
Gets the seconds in UTC time.
Returns the milliseconds elapsed since 1 January 1970 00:00:00 UTC up until now.
Takes a date string (such as "Dec 25, 1995") and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC.
void
Sets the date.
void
Sets the full year of the date.
void
Sets the full year of the date.
void
Sets the full year of the date.
void
Sets the hours of the date.
void
Sets the hours of the date.
void
Sets the hours of the date.
void
Sets the hours of the date.
void
Sets the milliseconds of the date.
void
Sets the minutes of the date.
void
Sets the minutes of the date.
void
Sets the minutes of the date.
void
Sets the month of the date.
void
Sets the month of the date.
void
Sets the seconds of the date.
void
Sets the seconds of the date.
void
Sets the milliseconds of the date.
void
Sets the UTC date.
void
Sets the year in UTC time.
void
Sets the year in UTC time.
void
Sets the year in UTC time.
void
Sets the hours in UTC time.
void
Sets the hours in UTC time.
void
Sets the hours in UTC time.
void
Sets the hours in UTC time.
void