Sometimes Format may be defined for parsing and formatting data values.
Any date can be parsed and/or formatted using date and time format pattern. See Data and Time Format.
Parsing and formatting can also be influenced by locale (names of months, order of day or month information, etc.). See Locale.
Any numeric data type (decimal
, integer
, long
, number
)
can be parsed and/or formatted using numeric
format pattern. See Numeric Format.
Parsing and formatting can also be influenced by locale (e.g., decimal dot or decimal comma, etc.). See Locale.
Any boolean data type can be parsed and formatted using boolean format pattern. See Boolean Format.
Any string data type can be parsed using string format pattern. See String Format.
Note | |
---|---|
Remember that both date and time formats and numeric formats are displayed using system
Locale value or the Locale specified in the For more information on how Locale may be changed in the |