Top   Module   Use   Manual   Index 

com :: sun :: star :: text ::

constants group DateDisplayFormat


[ DEPRECATED ]
Description
This constants define how a date field is formated before it is displayed. The format may also depend on the system or document locale. The samples are in German.


Constants

const short STANDARD_SHORT = = 0;
Description
the shortest system standard
const short STANDARD_LONG = = 1;
Description
the longest system standard
const short MMDDYY = = 2;
Description
22.11.73
const short MMDDYYYY = = 3;
Description
22.11.1973
const short DDMMMYYYY = = 4;
Description
22. Nov 1973
const short DDMMMMYYYY = = 5;
Description
22. November 1973
const short NNDDMMMMYYYY = = 6;
Description
Do, 22. November 1973
const short NNNNDDMMMMYYYY = = 7;
Description
Donnerstag, 22. November 1973
Top of Page