FUNCTION:  Day( )

Implemented in version 1.0
 
Day(Date)
 
The Day function returns the number of the current day of the month using any valid date expression as an argument.
 
You can also use the Date and Now functions as the argument.
 
Code:
<% =Day(Date) %>
 
Output:
16
 
Code:
<% =Day("6/26/1943") %>
 
Output:
26