dayofmonth(
DATE
)

The dayofmonth( function computes the day within a month.


Parameters

This function has one parameter:

date – is a number representing the date.


Description

This function computes the day within a month as a number from 1 to 31.

dayofmonth(today() ☞ 12

Note: This function is the same as the dayvalue( function.


See Also


History

VersionStatusNotes
10.2.2NewNew in this version