2019.2

Table Of Contents
Function Description
l integerUngrouped
()
l number()
l numberUngrouped
()
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 "Creating a
Date object from a string" on page1336.
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()
l dateMedium()
l dateShort()
l dateTime()
Page 1332