International Functions

namedescription
getEncodingReturns the encoding (character set) of the Form or URL scope.
getHttpTimeStringGets the current time, in the Universal Time code (UTC).
getLocaleGets the current ColdFusion geographic/language locale value.
getLocaleDisplayNameGets a locale value and displays the name in a manner that is appropriate to a specific locale. By default, gets the current locale in the current locale’s language.
getTimeZoneInfoGets local time zone information for the computer on which it is called, relative to Universal Time Coordinated (UTC). UTC is the mean solar time of the meridian of Greenwich, England, used as the basis for calculating standard time throughout the world.
lSCurrencyFormatFormats a number in a locale-specific currency format. For countries that use the euro, the result depends on the JVM.
lSDateFormatFormats the date part of a date/time value in a locale-specific format.
lSEuroCurrencyFormatFormats a number in a locale-specific currency format.
lSIsCurrencyDetermines whether a string is a valid representation of a currency amount in the current locale.
lSIsDateDetermines whether a string is a valid representation of a date/time value in the current locale.
lSIsNumericDetermines whether a string is a valid representation of a number in the current locale.
lSNumberFormatFormats a number in a locale-specific format.
lSParseCurrencyConverts a locale-specific currency string into a formatted number. Attempts conversion by comparing the string with each the three supported currency formats (none, local, international) and using the first that matches.
lSParseDateTimeConverts a string that is a valid date/time representation in the current locale into a date/time object.
lSParseEuroCurrencyFormats a locale-specific currency string as a number. Attempts conversion through each of the default currency formats (none, local, international). Ensures correct handling of euro currency for Euro zone countries.
lSParseNumberConverts a string that is a valid numeric representation in the current locale into a formatted number.
lSTimeFormatFormats the time part of a date/time string into a string in a locale-specific format.
setLocaleSets the country/language locale for ColdFusion processing and the page returned to the client. The locale value determines the default format of date, time, number, and currency values, according to language and regional conventions.