Func Day
# VBScript Day Function
* * Complete VBScript Reference Manual](#)
* * *
The Day function returns a number between 1 and 31 representing the day of the month.
### Syntax
Day(date)
| Parameter | Description |
| :--- | :--- |
| date | Required. Any expression that represents a date. |
## Example
## Example
document.write(Day("2010-02-16"))
Output of the above example:
16
[Try it yourself Β»](#)
* * Complete VBScript Reference Manual](#)
YouTip