CFML Quick Reference
21
DayOfWeekAsString
(
fu
)
DayOfYear
("
date"
)
DaysInMonth
("
date
")
DaysInYear
("
date
")
FirstDayOfMonth
(
date
)
GetHttpTimeString
(
date_time_object
)
GetTickCount
()
GetTimeZoneInfo
()
Hour
(
date
)
IsDate
(
string
)
IsLeapYear
(
year
)
IsNumericDate
(
number
)
LSDateFormat
(
date
[,
mask
])
LSIsDate
(
string
)
LSParseDateTime
(
date
/
time-string
)
LSTimeFormat
(
time
[,
mask
])
Minute
(
date
)
Month
(
date
)
MonthAsString
(
month_number
)
Now
()
ParseDateTime
(
date
/
time-string
[,
pop-conversion
] )
Quarter
(
date
)
Second
(
date
)
TimeFormat
(
time
[,
mask
])
Week
(
date
)
Year
(
date
)
Decision functions
DirectoryExists
(
absolute_path
)
FileExists
(
absolute_path
)
IIf
(
condition
,
string_expression1
,
string_expression2
)
IsArray
(
value
[,
number
])
IsBinary
(
value
)
IsBoolean
(
value
)
IsCustomFunction
(
name
)
IsDate
(
string
)
IsDebugMode
()
IsDefined
("
variable_name
")
IsK2ServerABroker
()
IsK2ServerDocCountExceeded
()
IsK2ServerOnline
()
IsLeapYear
(
year
)
IsNumeric
(
string
)
IsNumericDate
(
number
)
IsObject
(
value
)
IsQuery
(
value
)
IsSimpleValue
(
value
)
IsStruct
(
variable
)
IsUserInRole
("
role_name
")
IsWDDX
(
value
)
IsXmlDoc
(
value
)
IsXmlElem
(
value
)
IsXmlRoot
(
value
)
LSIsCurrency
(
string
)
LSIsDate
(
string
)
LSIsNumeric
(
string
)
StructIsEmpty
(
structure
)