2022.1

Table Of Contents
Functions
Function Description
l currency()
l currencyNoSymbol()
l grouped()
l integer()
l integerUngrouped()
l number()
l numberUngrouped()
The currency(), grouped(), integer() and number()
functions allow you to format a number, possibly with a
custom pattern. See "Number functions" on page829.
l date()
l dateLong()
l dateMedium()
l dateShort()
l dateTime()
l dateTimeLong()
l dateTimeMedium()
l dateTimeShort()
l timeLong()
l timeMedium()
l timeShort()
The date(), dateTime() and time() functions allow you to
format a date and/or time in different ways. See "Date,
date/time and time functions" below.
l lowerCase()
l upperCase()
l properCase()
The text formatting functions are used on Strings. lowerCase
() transform all characters to lowercase, upperCase()
transforms all characters to uppercase and properCase()
transforms the first character of each word to uppercase and
all other characters to lowercase.
Date, date/time and time functions
l date()
l dateLong()
Page 804