Determines the name of the month that corresponds to month_number.
A string; the name of a month.
Syntax :
MonthAsString(month_number)
Parameter Description
month_number An integer in the range 1 - 12.
MonthAsString Example
More information about your date: Your date, #DateFormat(yourDate)#.
It is #DayofWeekAsString(DayOfWeek(yourDate))#, day #DayOfWeek(yourDate)# in the week.
This is day #Day(YourDate)
# in the month of #MonthAsString(Month(yourDate))#, which has
#DaysInMonth(yourDate)# days.
We are in week #Week(yourDate)
# of #Year(yourDate)# (day #DayofYear(yourDate)# of
#DaysinYear(yourDate)#).
Source : http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functa46.htm#wp1109961
No comments:
Post a Comment