day() Function

Returns the day of the month from the day specified.

Syntax

day( date )

date: (Date and Time) The date from which the day of the month will be extracted.

Returns

Integer

Examples

You can experiment with this function in the test box below.

Test Input

day(datetime(2011,2,28,12,0,0)) returns 28

Open in Github Built: Fri, Mar 11, 2022 (04:59:07 PM)

On This Page

FEEDBACK