diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-13 03:08:55 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 03:08:55 +0900 |
commit | 4a27f5718a8ab97c27690bebb27c7b836e5bd529 (patch) | |
tree | 8b42df6b40cd258d251998e29c08514a71c59b88 /files | |
parent | 71c1dcdcac106923b3a4489f73935804e261605a (diff) | |
download | translated-content-4a27f5718a8ab97c27690bebb27c7b836e5bd529.tar.gz translated-content-4a27f5718a8ab97c27690bebb27c7b836e5bd529.tar.bz2 translated-content-4a27f5718a8ab97c27690bebb27c7b836e5bd529.zip |
Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat を更新 (#1510)
- conflicting 版は prototype オブジェクトのためのものなので削除
- 2021/07/04 時点の英語版に同期
Diffstat (limited to 'files')
4 files changed, 44 insertions, 144 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 54ec3fdc1d..b047db7704 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -4938,7 +4938,7 @@ /ja/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/format /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/format /ja/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/formatRange /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatRange /ja/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/formatToParts /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts -/ja/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/prototype /ja/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat +/ja/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat /ja/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/resolvedOptions /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/resolvedOptions /ja/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/supportedLocalesOf /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/supportedLocalesOf /ja/docs/Web/JavaScript/Reference/Global_Objects/DisplayNames /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames @@ -4954,7 +4954,7 @@ /ja/docs/Web/JavaScript/Reference/Global_Objects/Int8Array_temp /ja/docs/Web/JavaScript/Reference/Global_objects/Int8Array /ja/docs/Web/JavaScript/Reference/Global_Objects/InternalError/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/InternalError /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator -/ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype /ja/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat +/ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 6f5f7185f3..13ecfd40e7 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48611,12 +48611,10 @@ "Kohei" ] }, - "conflicting/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat": { - "modified": "2020-10-15T21:36:10.939Z", + "conflicting/Web/HTTP/Headers/X-DNS-Prefetch-Control": { + "modified": "2019-03-24T00:00:27.042Z", "contributors": [ - "fscholz", - "mfuji09", - "shide55" + "RobinEgg" ] }, "conflicting/Web/JavaScript/Reference/Global_Objects/JSON": { diff --git a/files/ja/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html b/files/ja/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html deleted file mode 100644 index cc053d7a2f..0000000000 --- a/files/ja/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: Intl.DateTimeFormat.prototype -slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat -tags: - - DateTimeFormat - - Internationalization - - JavaScript - - Property - - Prototype -translation_of: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat -translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype -original_slug: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype ---- -<div>{{JSRef}}</div> - -<p><strong><code>Intl.DateTimeFormat.prototype</code></strong> プロパティは、 {{jsxref("Global_Objects/DateTimeFormat", "Intl.DateTimeFormat")}} コンストラクターに対するプロトタイプオブジェクトを表します。</p> - -<div>{{js_property_attributes(0, 0, 0)}}</div> - -<h2 id="Description" name="Description">解説</h2> - -<p><code>Intl.DateTimeFormat</code> インスタンスの解説については {{jsxref("DateTimeFormat")}} を確認して下さい。</p> - -<p>{{jsxref("DateTimeFormat", "Intl.DateTimeFormat")}} インスタンスは <code>Intl.DateTimeFormat.prototype</code> から継承します。プロトタイプオブジェクトへの変更はすべての {{jsxref("DateTimeFormat", "Intl.DateTimeFormat")}} インスタンスによって継承されます。</p> - -<h2 id="Properties" name="Properties">プロパティ</h2> - -<dl> - <dt><code>Intl.DateTimeFormat.prototype.constructor</code></dt> - <dd>{{jsxref("DateTimeFormat", "Intl.DateTimeFormat")}} への参照です。</dd> -</dl> - -<h2 id="Methods" name="Methods">メソッド</h2> - -<dl> - <dt>{{jsxref("DateTimeFormat.format", "Intl.DateTimeFormat.prototype.format()")}}</dt> - <dd>ロケールおよびこの {{jsxref("DateTimeFormat", "DateTimeFormat")}} オブジェクトの書式化オプションに則って日付を書式化するゲッター関数です。</dd> - <dt>{{jsxref("DateTimeFormat.formatToParts", "Intl.DateTimeFormat.prototype.formatToParts()")}}</dt> - <dd>Returns an {{jsxref("Array")}} of objects representing the date string in parts that can be used for custom locale-aware formatting.</dd> - <dt>{{jsxref("DateTimeFormat.resolvedOptions", "Intl.DateTimeFormat.prototype.resolvedOptions()")}}</dt> - <dd>ローケルを反映しているプロパティとオブジェクトの初期化中に計算されたオプションをもった新しいオブジェクトを返します。</dd> - <dt>{{jsxref("DateTimeFormat.formatRange", "Intl.DateTimeFormat.prototype.formatRange()")}}</dt> - <dd>This method receives two <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Date/">Dates</a> and formats the date range in the most concise way based on the locale and options provided when instantiating {{jsxref("DateTimeFormat", "DateTimeFormat")}}.</dd> - <dt>{{jsxref("DateTimeFormat.formatRangeToParts", "Intl.DateTimeFormat.prototype.formatRangeToParts()")}}</dt> - <dd>This method receives two <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Date/">Dates</a> and returns an Array of objects containing the locale-specific tokens representing each part of the formatted date range.</dd> -</dl> - -<h2 id="Specifications" name="Specifications">仕様書</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">状態</th> - <th scope="col">備考</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('ES Int Draft', '#sec-Intl.DateTimeFormat.prototype', 'Intl.DateTimeFormat.prototype')}}</td> - <td>{{Spec2('ES Int Draft')}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('ES Int 2.0', '#sec-12.2.1', 'Intl.DateTimeFormat.prototype')}}</td> - <td>{{Spec2('ES Int 2.0')}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('ES Int 1.0', '#sec-12.2.1', 'Intl.DateTimeFormat.prototype')}}</td> - <td>{{Spec2('ES Int 1.0')}}</td> - <td>初回定義</td> - </tr> - </tbody> -</table> - -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> - -<div> -<p>{{Compat("javascript.builtins.Intl.DateTimeFormat.prototype")}}</p> -</div> - -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li>{{jsxref("DateTimeFormat", "Intl.DateTimeFormat")}}</li> -</ul> diff --git a/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/index.html b/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/index.html index 9b8b7c8a13..9b18a60a81 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/index.html @@ -7,53 +7,53 @@ tags: - Internationalization - Intl - JavaScript + - Localization - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat +browser-compat: javascript.builtins.Intl.DateTimeFormat --- <div>{{JSRef}}</div> -<p><span class="seoSummary"><strong><code>Intl.DateTimeFormat</code></strong> オブジェクトは、言語に応じた日付と時刻の書式化を可能にするオブジェクトのためのコンストラクターです。</span></p> +<p><strong><code>Intl.DateTimeFormat</code></strong> オブジェクトは、言語に応じた日付と時刻の書式化を可能にするオブジェクトのためのコンストラクターです。</p> <div>{{EmbedInteractiveExample("pages/js/intl-datetimeformat.html")}}</div> -<div class="hidden">このデモのソースファイルは GitHub リポジトリに格納されています。デモプロジェクトに協力していただける場合は、 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> をクローンしてプルリクエストを送信してください。</div> - -<h2 id="Constructor" name="Constructor">コンストラクター</h2> +<h2 id="Constructor">コンストラクター</h2> <dl> - <dt>{{jsxref("Intl/DateTimeFormat/DateTimeFormat", "Intl.DateTimeFormat()")}}</dt> - <dd>新しい <code>DateTimeFormat</code> オブジェクトを生成します。</dd> + <dt>{{jsxref("Intl/DateTimeFormat/DateTimeFormat", "Intl.DateTimeFormat()")}}</dt> + <dd>新しい <code>DateTimeFormat</code> オブジェクトを生成します。</dd> </dl> -<h2 id="Static_methods" name="Static_methods">静的メソッド</h2> +<h2 id="Static_methods">静的メソッド</h2> <dl> - <dt>{{jsxref("DateTimeFormat.supportedLocalesOf", "Intl.DateTimeFormat.supportedLocalesOf()")}}</dt> - <dd>指定されたロケールのうち、実行時の既定のロケールにフォールバックせずに対応されるものを配列に収めて返します。</dd> + <dt>{{jsxref("Intl/DateTimeFormat/supportedLocalesOf", "Intl.DateTimeFormat.supportedLocalesOf()")}}</dt> + <dd>指定されたロケールのうち、実行時の既定のロケールにフォールバックせずに対応されるものを配列に収めて返します。</dd> </dl> -<h2 id="Instance_methods" name="Instance_methods">インスタンスメソッド</h2> +<h2 id="Instance_methods">インスタンスメソッド</h2> <dl> - <dt>{{jsxref("DateTimeFormat.format", "Intl.DateTimeFormat.prototype.format()")}}</dt> - <dd>ロケールおよびこの {{jsxref("DateTimeFormat", "DateTimeFormat")}} オブジェクトの書式化オプションに則って日付を書式化するゲッター関数です。</dd> - <dt>{{jsxref("DateTimeFormat.formatToParts", "Intl.DateTimeFormat.prototype.formatToParts()")}}</dt> - <dd>オブジェクトの {{jsxref("Array")}} を返し、これは専用のロケールを意識した書式で使用することができる部品内の数値文字列を表します。</dd> - <dt>{{jsxref("DateTimeFormat.resolvedOptions", "Intl.DateTimeFormat.prototype.resolvedOptions()")}}</dt> - <dd>ローケルを反映しているプロパティとオブジェクトの初期化中に計算された照合オプションをもった新しいオブジェクトを返します。</dd> - <dt>{{jsxref("DateTimeFormat.formatRange", "Intl.DateTimeFormat.prototype.formatRange()")}}</dt> - <dd>このメソッドは2つの <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Date/">Date</a> を受け取り、 {{jsxref("DateTimeFormat", "DateTimeFormat")}} インスタンスを生成する際に指定されたロケールとオプションに基づいて、最も簡潔な方法で日付の範囲を書式化します。</dd> - <dt>{{jsxref("DateTimeFormat.formatRangeToParts", "Intl.DateTimeFormat.prototype.formatRangeToParts()")}}</dt> - <dd>このメソッドは2つの <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Date/">Date</a> を受け取り、書式化された日付の範囲の各部分を表すロケール固有のトークンを含むオブジェクトの配列を返します。</dd> + <dt>{{jsxref("Intl/DateTimeFormat/format", "Intl.DateTimeFormat.prototype.format()")}}</dt> + <dd>ロケールおよびこの {{jsxref("Intl/DateTimeFormat", "DateTimeFormat")}} オブジェクトの書式化オプションに則って日付を書式化するゲッター関数です。</dd> + <dt>{{jsxref("Intl/DateTimeFormat/formatToParts", "Intl.DateTimeFormat.prototype.formatToParts()")}}</dt> + <dd>オブジェクトの {{jsxref("Array")}} を返し、これは専用のロケールを意識した書式で使用することができる部品内の数値文字列を表します。</dd> + <dt>{{jsxref("Intl/DateTimeFormat/resolvedOptions", "Intl.DateTimeFormat.prototype.resolvedOptions()")}}</dt> + <dd>ローケルを反映しているプロパティとオブジェクトの初期化中に計算された照合オプションをもった新しいオブジェクトを返します。</dd> + <dt>{{jsxref("Intl/DateTimeFormat/formatRange", "Intl.DateTimeFormat.prototype.formatRange()")}}</dt> + <dd>このメソッドは 2 つの <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a> を受け取り、 {{jsxref("Intl/DateTimeFormat", "DateTimeFormat")}} インスタンスを生成する際に指定されたロケールとオプションに基づいて、最も簡潔な方法で日付の範囲を書式化します。</dd> + <dt>{{jsxref("Intl/DateTimeFormat/formatRangeToParts", "Intl.DateTimeFormat.prototype.formatRangeToParts()")}}</dt> + <dd>このメソッドは 2 つの <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a> を受け取り、書式化された日付の範囲の各部分を表すロケール固有のトークンを含むオブジェクトの配列を返します。</dd> </dl> -<h2 id="Examples" name="Examples">例</h2> +<h2 id="Examples">例</h2> -<h3 id="Using_DateTimeFormat" name="Using_DateTimeFormat">DateTimeFormat の使用</h3> +<h3 id="Using_DateTimeFormat">DateTimeFormat の使用</h3> <p>基本的に、ロケールを指定せずに使用すると、 <code>DateTimeFormat</code> は既定のロケールとオプションを使用します。</p> -<pre class="brush: js notranslate">var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0)); +<pre class="brush: js">var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0)); // toLocaleString without arguments depends on the implementation, // the default locale, and the default time zone @@ -61,11 +61,11 @@ console.log(new Intl.DateTimeFormat().format(date)); // → "12/19/2012" if run with en-US locale (language) and time zone America/Los_Angeles (UTC-0800) </pre> -<h3 id="Using_locales" name="Using_locales">locales の使用</h3> +<h3 id="Using_locales">locales の使用</h3> <p>この例では、ローカライズされた日付と時刻の形式のバリエーションの一部示しています。アプリケーションのユーザーインターフェイスで使用される言語のフォーマットを取得するには、 <code>locales</code> 引数を使用して、その言語 (およびおそらくいくつかのフォールバック言語) を指定してください。</p> -<pre class="brush: js notranslate">var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0)); +<pre class="brush: js">var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0)); // Results below use the time zone of America/Los_Angeles (UTC-0800, Pacific Standard Time) @@ -96,11 +96,11 @@ console.log(new Intl.DateTimeFormat(['ban', 'id']).format(date)); // → "19/12/2012" </pre> -<h3 id="Using_options" name="Using_options">options の使用</h3> +<h3 id="Using_options">options の使用</h3> <p>日付と時刻の書式は <code>options</code> 引数を使用してカスタマイズできます。</p> -<pre class="brush: js notranslate">var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0, 200)); +<pre class="brush: js">var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0, 200)); // request a weekday along with a long date var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; @@ -123,11 +123,10 @@ console.log(new Intl.DateTimeFormat('en-AU', options).format(date)); // → "2:00:00 pm AEDT" // sometimes you want to be very precise -options.fractionalSecondDigits = 3; +options.fractionalSecondDigits = 3; //number digits for fraction-of-seconds console.log(new Intl.DateTimeFormat('en-AU', options).format(date)); // → "2:00:00.200 pm AEDT" - // sometimes even the US needs 24-hour time options = { year: 'numeric', month: 'numeric', day: 'numeric', @@ -138,7 +137,6 @@ options = { console.log(new Intl.DateTimeFormat('en-US', options).format(date)); // → "12/19/2012, 19:00:00" - // to specify options but use the browser's default locale, use 'default' console.log(new Intl.DateTimeFormat('default', options).format(date)); // → "12/19/2012, 19:00:00" @@ -151,7 +149,7 @@ console.log(new Intl.DateTimeFormat('en-US', options).format(date)); <p>The used calendar and numbering formats can also be set independently via <code>options</code> arguments:</p> -<pre class="brush: js notranslate">var options = {calendar: 'chinese', numberingSystem: 'arab'}; +<pre class="brush: js">var options = {calendar: 'chinese', numberingSystem: 'arab'}; var dateFormat = new Intl.DateTimeFormat('default', options); var usedOptions = dateFormat.resolvedOptions(); @@ -165,29 +163,20 @@ console.log(usedOptions.timeZone); // → "America/New_York" (the users default timezone) </pre> -<h2 id="Specifications" name="Specifications">仕様書</h2> +<h2 id="Polyfill">ポリフィル</h2> + +<p><a href="https://formatjs.io/docs/polyfills/intl-datetimeformat">formatjs Intl.DateTimeFormat polyfill</a></p> + +<h2 id="Specifications">仕様書</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('ES Int Draft', '#datetimeformat-objects', 'Intl.DateTimeFormat')}}</td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> -<div> -<p>{{Compat("javascript.builtins.Intl.DateTimeFormat")}}</p> -</div> +<div>{{Compat}}</div> -<h2 id="See_also" name="See_also">関連情報</h2> +<h2 id="See_also">関連情報</h2> <ul> - <li>{{jsxref("Global_Objects/Intl", "Intl")}}</li> + <li>{{jsxref("Intl")}}</li> </ul> |