Package | com.adobe.xmp |
Class | public class I18nInfo |
Property | Defined by | ||
---|---|---|---|
dateFormat : String [static][read-only]
Retrieves the date format appropriate to
the regional settings of the operating system.
| I18nInfo | ||
dayNamesShort : Array [static][read-only]
Retrieves a list of weekday names as abbreviations,
localized according to the regional settings of
the operating system.
| I18nInfo | ||
decimalSeparator : String [static][read-only]
Retrieves the decimal separator character appropriate to
the regional settings of the operating system.
| I18nInfo | ||
monthNames : Array [static][read-only]
Retrieves a list of month names, localized according to the
regional settings of the operating system.
| I18nInfo | ||
thousandsSeparator : String [static][read-only]
Retrieves the thousands-place separator character appropriate to
the regional settings of the operating system.
| I18nInfo | ||
timeFormat : String [static][read-only]
Retrieves the time format appropriate to
the regional settings of the operating system.
| I18nInfo |
dateFormat | property |
dateFormat:String
[read-only]Retrieves the date format appropriate to the regional settings of the operating system. Default is MM/DD/YYYY
Implementation public static function get dateFormat():String
dayNamesShort | property |
dayNamesShort:Array
[read-only]Retrieves a list of weekday names as abbreviations, localized according to the regional settings of the operating system. Sunday is first.
Implementation public static function get dayNamesShort():Array
decimalSeparator | property |
decimalSeparator:String
[read-only]Retrieves the decimal separator character appropriate to the regional settings of the operating system. Default is dot, '.'
Implementation public static function get decimalSeparator():String
monthNames | property |
monthNames:Array
[read-only]Retrieves a list of month names, localized according to the regional settings of the operating system.
Implementation public static function get monthNames():Array
thousandsSeparator | property |
thousandsSeparator:String
[read-only]Retrieves the thousands-place separator character appropriate to the regional settings of the operating system. Default is comma, ','
Implementation public static function get thousandsSeparator():String
timeFormat | property |
timeFormat:String
[read-only]Retrieves the time format appropriate to the regional settings of the operating system. Default is HH:MM:SS.
Implementation public static function get timeFormat():String