From 4e6ba9eb9d8fd6fdc2d3bdc286a96bfaece02677 Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 14 Jul 2023 11:33:12 -0400 Subject: [PATCH] set the default date format back to y-m-d w/ burnettk --- spiffworkflow-frontend/src/config.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spiffworkflow-frontend/src/config.tsx b/spiffworkflow-frontend/src/config.tsx index afa18254..0fbb1044 100644 --- a/spiffworkflow-frontend/src/config.tsx +++ b/spiffworkflow-frontend/src/config.tsx @@ -83,8 +83,7 @@ export const PROCESS_STATUSES = [ ]; // with time: yyyy-MM-dd HH:mm:ss -// let generalDateFormat = 'yyyy-MM-dd'; -let generalDateFormat = 'dd-MM-yyyy'; +let generalDateFormat = 'yyyy-MM-dd'; if ( 'spiffworkflowFrontendJsenv' in window && 'DATE_FORMAT' in window.spiffworkflowFrontendJsenv