From 5773c96bd424f4956994d1493b6434a5e1c4e9ef Mon Sep 17 00:00:00 2001 From: Junsei Nagao <54606780+junseinagao@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:18:48 +0900 Subject: 'Using Date.parse() の使用' -> 'Date.parse()の使用' (#2257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/javascript/reference/global_objects/date/parse/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/javascript/reference/global_objects/date/parse/index.html b/files/ja/web/javascript/reference/global_objects/date/parse/index.html index ec4a46ca35..b666075816 100644 --- a/files/ja/web/javascript/reference/global_objects/date/parse/index.html +++ b/files/ja/web/javascript/reference/global_objects/date/parse/index.html @@ -107,7 +107,7 @@ Date.parse('foo-bar 2014');
Date.parse()
の使用Date.parse()
の使用以下の呼び出しはすべて 1546300800000
を返します。最初のものは ES5 によれば UTC 時刻を意味し、それ以外は ISO 日付仕様 (Z
および +00:00
) に従って UTC をタイムゾーンを指定しています。