Returns the month for the specified date.
Syntax: |
|---|
value = Month( expression ) |
Parameter: |
Description: |
|---|---|
expression |
Any expression that resolves to a date in the format YYYYMMDD |
Returns: |
|---|
Month for the given date |
Example: |
|---|
tradeMonth = Month( 20021215 ) ' returns 12 |
Links: |
|---|
|
See Also: |
Edit Time: 9/18/2020 12:00:47 PM |
Topic ID#: 427 |