minute
| Explanation | Returns the minute value of the time represented by date. | |
| Call format | var d = minute( date ) | |
| Return value | Returns a number from 0 to 59 that represents 0 to 59 minutes. Otherwise it will be 0. | |
| Arguments | Date date | Date object to retrieve the minutes |
| Exception | None | |
| Example of use | | |
| Related item | hour, second methods | |