Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 378

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Developing CFML Applications
Tag or function
LSEuroCurrencyFormat
LSIsCurrency
LSIsDate
LSIsNumeric
LSNumberFormat
LSParseCurrency
LSParseDateTime
LSParseEuroCurrency
LSParseNumber
LSTimeFormat
SetLocale
Note: Many functions that have names starting with LS have corresponding functions that do not have this prefix:
,
,
DateFormat
IsDate
IsNumeric
locale rules.
If you do not precede calls to the LS functions with a call to the
JVM, which typically is the locale of the operating system.
The following example uses the
supported by ColdFusion:
Use
Converts a number into a string in a locale-specific currency format. Formats using the euro for all
countries that use euro as the currency.
Determines whether a string is a valid representation of a currency amount in the current locale.
Determines whether a string is a valid representation of a date/time value in the current locale.
Determines whether a string is a valid representation of a number in the current locale.
Converts a number into a string in a locale-specific numeric format.
Converts a string that is a currency amount in the current locale into a formatted number. For
countries that use the euro, the result depends on the JVM version.
Converts a string that is a valid date/time representation in the current locale into a date-time
object.
Converts a string that is a currency amount in the current locale into a formatted number. Requires
euro as the currency for all countries that use the euro.
Converts a string that is a valid numeric representation in the current locale into a formatted
number.
Converts the time part of a date/time value into a string in a locale-specific date format.
Specifies the locale setting.
,
,
NumberFormat
ParseDateTime
function to display the current date in the format for each locale
LSDateFormat
Last updated 1/20/2012
, and
. These function use English (US)
TimeFormat
function, they use the locale defined by the
SetLocale
373

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents