Development tools : Global functions : Date category : day
  
day
Description
Returns the date of the day in a month in integer.
Usage
Client side: Y
Server side: Y
Syntax
Integer day(Date date)
Argument
date
The date to be calculated. The argument can by any date type data.
Return
Returns the date of the day in a month in integer.
Example
If the date in month is 10, returns 10.
Go up to
Date category