この記事は編集レビューを必要としています。ぜひご協力ください。
この翻訳は不完全です。英語から この記事を翻訳 してください。
概要
Intl.DateTimeFormatコンストラクタに対するプロトタイプオブジェクトを表します。
Property attributes of Intl.DateTimeFormat.prototype |
|
|---|---|
| 書込可能 | false |
| enumerable | false |
| 設定可能 | false |
説明
Intl.DateTimeFormatインスタンスの説明に対してDateTimeFormatを確認して下さい。
Intl.DateTimeFormat インスタンスは Intl.DateTimeFormat.prototypeから継承します。 プロトタイプオブジェクトへの変更はすべてのIntl.DateTimeFormatインスタンスによって継承されます。
プロパティ
Intl.DateTimeFormat.prototype.constructorIntl.DateTimeFormatへの参照Intl.DateTimeFormat.prototype.format- ゲッター。ローケルに応じて、この
DateTimeFormatオブジェクトのオプションをフォーマットした日付をフォーマットする関数を返します。
メソッド
Intl.DateTimeFormat.prototype.resolvedOptions()- ローケルを反映しているプロパティとオブジェクトの初期化中に計算されたオプションをもった新しいオブジェクトを返します。
仕様
| 仕様 | 状況 | コメント |
|---|---|---|
| ECMAScript Internationalization API 1.0 (ECMA-402) The definition of 'Intl.DateTimeFormat.prototype' in that specification. |
Standard | Initial definition. |
ブラウザ実装状況
| 機能 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| 基本サポート | 24 | 29 (29) | 11 | 15 | 未サポート |
| 機能 | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| 基本サポート | 未サポート | 26 | 未サポート バグ 864843 |
未サポート | 未サポート | 未サポート |