set the default date format back to y-m-d w/ burnettk
This commit is contained in:
parent
8c9a4be4aa
commit
4e6ba9eb9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue