From 2795cc54f8e46ad97b128772cc71badad0109aed Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Wed, 25 Oct 2023 15:03:59 +0300 Subject: [PATCH 1/3] time input included with date picker --- docs/fieldtypes/date.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/fieldtypes/date.md b/docs/fieldtypes/date.md index 75a70497d..ff633f66a 100755 --- a/docs/fieldtypes/date.md +++ b/docs/fieldtypes/date.md @@ -25,6 +25,8 @@ Choose how the field data should be localized. The options are ### Include time? When turned off, only date will be displayed, otherwise the editor can also enter the time into the same field. +When turned on, the date picker will also display time input. Depending on OS locale, the time input will be in 12 or 24 hour format. + ## Publish form On the publish form (when `Date Localization` setting is set to `Ask each time`), along with a field to enter a date, you will also see an option to select whether you want the date localized or fixed: From dba04a5a2e940144f5f849f58aa3e5474630ff02 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Fri, 2 Feb 2024 14:13:55 -0500 Subject: [PATCH 2/3] Changed from OS local to member pref --- docs/fieldtypes/date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fieldtypes/date.md b/docs/fieldtypes/date.md index ff633f66a..a067e093a 100755 --- a/docs/fieldtypes/date.md +++ b/docs/fieldtypes/date.md @@ -25,7 +25,7 @@ Choose how the field data should be localized. The options are ### Include time? When turned off, only date will be displayed, otherwise the editor can also enter the time into the same field. -When turned on, the date picker will also display time input. Depending on OS locale, the time input will be in 12 or 24 hour format. +When turned on, the date picker will also display time input. Depending on member preferences locale, the time input will be in 12 or 24 hour format. ## Publish form From c8a11040aa8bcc914d5b31a3351d3ae95b591680 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Fri, 2 Feb 2024 14:14:12 -0500 Subject: [PATCH 3/3] Update date.md --- docs/fieldtypes/date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fieldtypes/date.md b/docs/fieldtypes/date.md index a067e093a..056ede9f1 100755 --- a/docs/fieldtypes/date.md +++ b/docs/fieldtypes/date.md @@ -25,7 +25,7 @@ Choose how the field data should be localized. The options are ### Include time? When turned off, only date will be displayed, otherwise the editor can also enter the time into the same field. -When turned on, the date picker will also display time input. Depending on member preferences locale, the time input will be in 12 or 24 hour format. +When turned on, the date picker will also display time input. Depending on member preferences, the time input will be in 12 or 24 hour format. ## Publish form