Inside Coldfusion MX
DaysInMonth ("date") Description
Determines the number of days in a month. Example
<cfoutput> This month has #DaysInMonth (now())# days </cfoutput> |
DaysInMonth ("date") Description
Determines the number of days in a month. Example
<cfoutput> This month has #DaysInMonth (now())# days </cfoutput> |