Excerpt | ||
---|---|---|
| ||
dateGet(date, dateField) Return an element of the date (e.g. the month). |
Function: dateGet()
Return an element of the date (e.g. the month).
...
Argument | Type | Description |
---|---|---|
date | Date | The original date/time |
dateField | Date Field | The part of the date to be be returned (e.g. the month or seconds) |
Examples
dateGet("20100403.162359",_MONTH)
Returns the month number 4.
...