day
| Explanation | Returns the day value of a date represented by date. | |
| Call format | var d = day( date ) | |
| Return value | Returns a number from 1 to 31 that represents the 1st to 31st. Otherwise it will be 0. | |
| Arguments | Date date | Date object to retrieve the day |
| Exception | None | |
| Example of use | | |
| Related item | year, month, youbi methods | |