Intl.DateTimeFormat【国際化日時フォーマット】オブジェクト

メモ

概要

  • 国際化対応日時フォーマット オブジェクト

関連

コンストラクタ・メソッド

コンストラクタ説明
new Intl.DateTimeFormat( [ locales [ , options ] ] ) コンストラクタ
メソッド説明
プロパティ参照format ( date ) フォーマット
Intl.DateTimeFormat.prototype. formatRange ( startDate, endDate ) 範囲フォーマット
Intl.DateTimeFormat.prototype. formatRangeToParts ( startDate, endDate ) 範囲フォーマットパーツ取得
Intl.DateTimeFormat.prototype. formatToParts ( date ) フォーマットパーツ取得
Intl.DateTimeFormat.prototype. resolvedOptions ( ) オプション取得
Intl.DateTimeFormat. supportedLocalesOf ( locales [, options ] ) サポート ロケール取得

プロパティ

プロパティ説明
Intl.DateTimeFormat.prototype.constructorコンストラクタ定義
Intl.DateTimeFormat.prototype.format フォーマット関数
Intl.DateTimeFormat.prototypeプロトタイプ