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

Returns the day component from the supplied date.

DayOf(date)

Parameters

date

The date to extract the day component from.

Type DateTime
Required Yes

Examples

DayOf(#25/12/2020#)

Returns a value of 25.

Clone this wiki locally