2022.1

Table Of Contents
Function Description
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 "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()
l dateMedium()
l dateShort()
l dateTime()
l dateTimeLong()
l dateTimeMedium()
l dateTimeShort()
Page 1351