FUNCTION:  DAY( )

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


Copyright 1999 by Infinite Software Solutions, Inc.
Trademark Information