src/app/services/localization/localization.service.ts
A Localization service.
Properties |
|
Methods |
|
constructor()
|
Constructs the Localization service. ~constructor |
Public dateFormatLonger | ||||||
dateFormatLonger(decorations: boolean)
|
||||||
Default longer date format.
Parameters :
Returns :
string
|
Public dateFormatShorter | ||||||
dateFormatShorter(decorations: boolean)
|
||||||
Default shorter date format.
Parameters :
Returns :
"MM.yyyy" | "yyyy"
|
Public Readonly dateFormatFull |
Type : string
|
Default value : 'd.MM.yyyy'
|
Full date format. |
Public Readonly dateFormatLong |
Default value : 'MMMM' + this.nonBreakingSpace + 'yyyy'
|
Long date format. |
Public Readonly dateFormatMiddle |
Type : string
|
Default value : 'MM.yyyy'
|
Middle date format. |
Public Readonly dateFormatShort |
Type : string
|
Default value : 'yyyy'
|
Short date format. |
Public Readonly nonBreakingSpace |
Type : string
|
Default value : '\u00A0'
|
Non-breaking space character. |