set the default date format back to y-m-d w/ burnettk

This commit is contained in:
jasquat 2023-07-14 11:33:12 -04:00
parent 8c9a4be4aa
commit 4e6ba9eb9d
1 changed files with 1 additions and 2 deletions

View File

@ -83,8 +83,7 @@ export const PROCESS_STATUSES = [
]; ];
// with time: yyyy-MM-dd HH:mm:ss // with time: yyyy-MM-dd HH:mm:ss
// let generalDateFormat = 'yyyy-MM-dd'; let generalDateFormat = 'yyyy-MM-dd';
let generalDateFormat = 'dd-MM-yyyy';
if ( if (
'spiffworkflowFrontendJsenv' in window && 'spiffworkflowFrontendJsenv' in window &&
'DATE_FORMAT' in window.spiffworkflowFrontendJsenv 'DATE_FORMAT' in window.spiffworkflowFrontendJsenv