Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

deprecated constants group DateDisplayFormat
Usage Restrictions
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
STANDARD_SHORT the shortest system standard  
STANDARD_LONG the longest system standard  
MMDDYY 22.11.73  
MMDDYYYY 22.11.1973  
DDMMMYYYY 22. Nov 1973  
DDMMMMYYYY 22. November 1973  
NNDDMMMMYYYY Do, 22. November 1973  
NNNNDDMMMMYYYY Donnerstag, 22. November 1973  
Constants' Details
STANDARD_SHORT
const short STANDARD_SHORT = 0;
Description
the shortest system standard
STANDARD_LONG
const short STANDARD_LONG = 1;
Description
the longest system standard
MMDDYY
const short MMDDYY = 2;
Description
22.11.73
MMDDYYYY
const short MMDDYYYY = 3;
Description
22.11.1973
DDMMMYYYY
const short DDMMMYYYY = 4;
Description
22. Nov 1973
DDMMMMYYYY
const short DDMMMMYYYY = 5;
Description
22. November 1973
NNDDMMMMYYYY
const short NNDDMMMMYYYY = 6;
Description
Do, 22. November 1973
NNNNDDMMMMYYYY
const short NNNNDDMMMMYYYY = 7;
Description
Donnerstag, 22. November 1973
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.