LibreOffice
LibreOffice 24.2 SDK API Reference
|
This constants define how a date field is formatted before it is displayed. More...
Variables | |
const short | STANDARD_SHORT = 0 |
the shortest system standard More... | |
const short | STANDARD_LONG = 1 |
the longest system standard More... | |
const short | MMDDYY = 2 |
22.11.73 More... | |
const short | MMDDYYYY = 3 |
22.11.1973 More... | |
const short | DDMMMYYYY = 4 |
const short | DDMMMMYYYY = 5 |
const short | NNDDMMMMYYYY = 6 |
Do, 22. More... | |
const short | NNNNDDMMMMYYYY = 7 |
Donnerstag, 22. More... | |
This constants define how a date field is formatted before it is displayed.
The format may also depend on the system or document locale. The samples are in German.
const short DDMMMMYYYY = 5 |
const short DDMMMYYYY = 4 |
const short MMDDYY = 2 |
22.11.73
const short MMDDYYYY = 3 |
22.11.1973
const short NNDDMMMMYYYY = 6 |
Do, 22.
November 1973
const short NNNNDDMMMMYYYY = 7 |
Donnerstag, 22.
November 1973
const short STANDARD_LONG = 1 |
the longest system standard
const short STANDARD_SHORT = 0 |
the shortest system standard