Returns the day of the month from the day specified.
day( date )
date: (Date and Time) The date from which the day of the month will be extracted.
Integer
day(datetime(2011,2,28,12,0,0)) returns 28
day(datetime(2011,2,28,12,0,0))
28
On This Page