All Functions
Date Function
Hour Function
Minute Function
Month Function
Now Function
Second Function
Weekday Function
Year Function
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
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information