User Defined Functions allow developers to enhance and extend
the built-in functionalities of the ColdFusion development
system. The following UDFs were designed and developed by
evoch and are freely offered for use.
containsLeapYear()
- Determines if a given date range contains a leap year
formatListAsSeries()
- Formats a numeric list so that successive numbers are shown as a series
getTimeStamp()
- Converts HTTPTimeString format to ColdFusion TimeStamp
format and optionally converts the time from UTC/GMT to local time
getVariableScope()
- Determines which scope an unscoped variable refers to