|
format |
Sets a formatting routine for the display of field values on the default
identify and selection pages. Valid values / examples are:
currency
Currency format for numeric fields only.
date,short
Short date format for date fields only.
date,medium
Medium date format for date fields only.
date,long
Long date format for date fields only.
date,full
Full date format for date fields only.
datetime,short
Short date and time format for date fields only.
datetime,medium
Medium date and time format for date fields only.
datetime,long
Long date and time format for date fields only.
datetime,full
Full date and time format for date fields only.
initcap
First letter of each word capitalized (e.g. proper names) format for text fields only.
lower
Lower case format for text fields only.
precision,2
Rounding format for floating point numeric fields only.
The number after the comma can be 0 - 9.
replace,string1,string2
String substitution format for text fields only.
All occurrences of the first string will be substituted with the second.
time,short
Short time format for date fields only.
time,medium
Medium time format for date fields only.
time,long
Long time format for date fields only.
time,full
Full time format for date fields only.
upper
Upper case format for text fields only.
|