Date Format
For 'Date' formatting, several predefined formats are available from the pop-up menu.

Date masks follow the java.text.SimpleDateFormat format.
To create other formats, use the following date masks:
M = Month
d = date
y = year
E = day of the week
For the date Nov 8, 2006:
M = 11; MM = 11; MMM = Nov; MMMM = November
d = 8; dd = 08;
yy = 06; yyyy = 2006
EEE = Wed
EEEE = Wednesday
Therefore, the mask 'MMM-dd-yyyy' yields the string “Nov-08-2006.”
| << 3.3.1 Format Tab | © 1996-2013 InetSoft Technology Corporation (v11.5) | Number Format >> |