Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Excerpt
hiddentrue

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).

...

ArgumentTypeDescription
dateDateThe original date/time
dateFieldDate FieldThe part of the date to be be returned (e.g. the month or seconds)

Examples

dateGet("20100403.162359",_MONTH)

Returns the month number 4.

...