Returns the day of the month
Syntax: |
---|
value = DayOfMonth( expression ) |
Parameter: |
Description: |
---|---|
expression |
Any expression that resolves to a date in the format YYYYMMDD |
Returns: |
---|
Day of the month (1 to 31) for the given date |
Example: |
---|
day = DayOfMonth( 20021215 ) ' returns 15 |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 11:59:07 AM |
Topic ID#: 260 |