Inside Coldfusion MX
| Week (date) Description
Returns the week number within the year for a date/time object. Example
<cfset exampleDate = now()> <cfoutput> This is week number #week(exampleDate)# this year. </cfoutput> |
| Week (date) Description
Returns the week number within the year for a date/time object. Example
<cfset exampleDate = now()> <cfoutput> This is week number #week(exampleDate)# this year. </cfoutput> |