PMCORE-2669:Cases List Date is not taking the format defined on Settings> Environment tab

This commit is contained in:
fabio
2021-01-04 17:18:30 -04:00
parent ad902692fe
commit af6e17b5d2
6 changed files with 12 additions and 12 deletions

View File

@@ -159,7 +159,7 @@ export default {
},
customFilters: ["myfilter"],
},
pmDateFormat: "Y-m-d H:i:s",
pmDateFormat: window.config.FORMATS.dateFormat
};
},
watch: {