day()

Examples


The day() function returns the day of the month in a given date.

Syntax

day(date)

Parameters

date – A date or datetime value.

Return value

An integer between 1 and the maximum number of days in the month.


Documentation Feedback