Intl.DateTimeFormat【国際化日時フォーマット】オブジェクト
メモ
- 国際化対応の日時フォーマット オブジェクト
コンストラクタ
メソッド | 説明 |
---|---|
new Intl.DateTimeFormat( [ value ] ) | コンストラクタ |
プロパティ
プロパティ | 説明 | |
---|---|---|
Intl.DateTimeFormat.prototype. | constructor | コンストラクタ定義 |
Intl.DateTimeFormat.prototype. | format | フォーマット関数 |
Intl.DateTimeFormat. | prototype | プロトタイプ |
メソッド
メソッド | 説明 | |
---|---|---|
Intl.DateTimeFormat.prototype. | resolvedOptions() | オプション取得 |
Intl.DateTimeFormat. | supportedLocalesOf( locales [, options ]) | サポート ロケール取得 |
関連
- Date.toLocaleString()【文字列変換 (ロケール)】
- Date.toLocaleDateString ()【ロケール日付文字列変換 (ローカル時刻)】
- Date.toLocaleTimeString ()【ロケール時刻文字列変換 (ローカル時刻)】
- 外部リンク (英語)
ECMA-402:DateTimeFormat Objects ES2020 (7) ES2019 (6) ES2018 (5) ES2017 (4) ES2016 (3) ES2015 (2) (1)