Skip to content

MonthOf

Shaun Lawrence edited this page Aug 13, 2020 · 1 revision

Returns the month component from the supplied date/time.

MonthOf(date)

Parameters

date

The date/time to extract the month component from.

Type DateTime
Required Yes

Examples

MonthOf(#25/12/2020#)

Returns a value of 12.

Clone this wiki locally