From 1792f4c8e688e68616f27649b747f3a4a4c9e590 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 12 Jun 2017 15:05:56 -0400 Subject: [PATCH] lp1691237 release notes for new date fmt settings Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton --- .../new_webstaff_date_format_settings.adoc | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Client/new_webstaff_date_format_settings.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Client/new_webstaff_date_format_settings.adoc b/docs/RELEASE_NOTES_NEXT/Client/new_webstaff_date_format_settings.adoc new file mode 100644 index 0000000000..e6804901e9 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Client/new_webstaff_date_format_settings.adoc @@ -0,0 +1,26 @@ +Date+Time Format Settings for Web Client +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This change deprecates the existing Format Dates and Format Times settings +and adds two settings for use with the webstaff client: + + * Format Dates with this pattern + * Format Date+Time with this pattern + +These settings use format strings as documented here: + +https://docs.angularjs.org/api/ng/filter/date + +There is overlap with how the Dojo formats worked, but also some differences. + +The original Format Dates and Format Times settings worked together, but the +new settings work independently. Certain field elements will use one, and +certain field elements will use the other. These distinctions are hard-coded +in the various UI templates, with the idea being that timestamp fields in +which the date component alone is sufficient information (for example, DOB) +will use the Format Dates setting. Fields where the time component is +important (for example, Checkout Time) will use the Format Date+Time setting. + +When the settings Format Dates and Format Date+Time are unset, we will default +to "shortDate" (M/d/yy) and "short" (M/d/yy h:mm a), respectively. + -- 2.43.2