Whatever message this page gives is out now! Go check it out!

International functions

Last update:
May 18, 2026
Function Description
DateConvertConverts local time to Coordinated Universal Time (UTC), or UTC to local time.
GetEncodingReturns the encoding (character set) of the Form or URL scope.
GetHttpTimeStringGets the current time, in the Universal Time Code (UTC).
GetLocaleGets the current geographic/language locale value.
GetLocaleDisplayNameGets a locale value and displays the name in a manner that is appropriate to a specific locale.
GetTimeZoneInfoGets local time zone information for the computer on which it is called, relative to Universal Time Coordinated (UTC).
LSCurrencyFormatFormats a number in a locale-specific currency format.
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.
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.
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 CFML processing and the page returned to the client.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page