2018.2

Table Of Contents
Function Description
l dateTimeMedium()
l dateTimeShort()
l timeLong()
l timeMedium()
l timeShort()
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()
l time()
l timeLong()
l timeMedium()
l timeShort()
Note
The locale also influences the output of the different Date functions; see "Locale" on page685.
Page 1142