From d704be3803ad9bad1f3b2ddc8d64f2e26ae6221b Mon Sep 17 00:00:00 2001 From: Alexander Petrov Date: Thu, 9 Jan 2020 16:44:23 +0700 Subject: [PATCH] Update input_datetime: reorder default values (#11685) --- source/_integrations/input_datetime.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/input_datetime.markdown b/source/_integrations/input_datetime.markdown index a857135c556..774cce64224 100644 --- a/source/_integrations/input_datetime.markdown +++ b/source/_integrations/input_datetime.markdown @@ -63,7 +63,7 @@ input_datetime: description: Set the initial value of this input, depending on `has_time` and `has_date`. required: false type: [datetime, time, date] - default: 1970-01-01 00:00 | 1970-01-01 | 00:00 + default: 1970-01-01 00:00 | 00:00 | 1970-01-01 {% endconfiguration %} ### Attributes