Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Function: dateGet()

Return an element of the date (e.g. the month).

Syntax

dateGet(date, dateField)

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.

See Also

  • No labels