From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../ja/web/html/element/input/datetime/index.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/ja/web/html/element/input/datetime/index.html (limited to 'files/ja/web/html/element/input/datetime') diff --git a/files/ja/web/html/element/input/datetime/index.html b/files/ja/web/html/element/input/datetime/index.html new file mode 100644 index 0000000000..01dd0c0cc6 --- /dev/null +++ b/files/ja/web/html/element/input/datetime/index.html @@ -0,0 +1,29 @@ +--- +title: +slug: Web/HTML/Element/input/datetime +tags: + - HTML + - HTML フォーム + - Obsolete + - Reference + - datetime + - input 要素 + - フォーム + - 入力型 + - 要素 +translation_of: Web/HTML/Element/input/datetime +--- +
{{HTMLRef}}{{obsolete_header}}
+ +

HTML の <input type="datetime"> は日付と時刻 (時、分、秒と小数点以下の秒) に加えてタイムゾーンを入力するコントロールでした。この機能は WHATWG HTML 仕様書から削除され、もうブラウザーでは対応されていません。

+ +

代わりに、ブラウザーは <input type="datetime-local"> を実装して (かつ開発者に使用を推奨して) います。

+ +

この入力型で使用される日付と時刻の形式は、{{SectionOnPage("/ja/docs/Web/HTML/Date_and_time_formats", "Format of a valid global date and time string")}}で説明しています。

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf