Built-In Namespace Date
Field Attributes | Field Name and Description |
---|---|
<static> |
Date.monthNames
Static field for the list of month. |
Method Attributes | Method Name and Description |
---|---|
Function that is used to get the total calendar days of the next month. |
|
<private> <static> | |
Function that is used to get the total calendar days of the next month. |
|
Function that is used to get calendar total calendar days of the previous month. |
|
isDateEqualTo(The)
Function that is used to determine if two dates objects have the same date. |
|
Function that is used to determine if two dates objects have the same date and time. |
|
Function that is used to determine a date is the day after another date. |
|
Function that is used to determine a date is the day before another date. |
|
<private> |
Tells you whether it is the last day in a month or not. |
<private> <static> |
Static field for the list of month.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- {String} A new Date object with the specified time added.
Function that is used to get the total calendar days of the next month.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Number The total days in the next month.
Static function that gets month name.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- {String} The name of the month.
Function that is used to get the total calendar days of the next month.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Number The total days in the next month.
Function that is used to get calendar total calendar days of the previous month.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Number The total days in the previous month.
Function that is used to determine if two dates objects have the same date.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Parameters:
- {@link Date} The
- date to evaluate against this object.
- Returns:
- Boolean True if the date passed in is equal the date object; otherwise return false.
Function that is used to determine if two dates objects have the same date and time.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Parameters:
- {@link Date} The
- date to evaluate against this object.
- Returns:
- {@link Boolean} True if the date passed in is equal the date object; otherwise return false.
Function that is used to determine a date is the day after another date.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Parameters:
- {@link Date} The
- date to evaluate against this object.
- Returns:
- Boolean True if the date is the day after the original date; otherwise return false.
Function that is used to determine a date is the day before another date.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Parameters:
- {@link Date} The
- date to evaluate against this object.
- Returns:
- Boolean True if the date is the day before the original date; otherwise return false.
Tells you whether it is the last day in a month or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if it is the last day of the month, otherwise false.
Static function that tells you whether a date is the last day in a month or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if it is the last day of the month, otherwise false.