mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
update time format
This commit is contained in:
@@ -44,7 +44,7 @@ export const E2E_ROOT_PATH = __dirname;
|
||||
|
||||
// Dates
|
||||
export const DATE_FORMAT = 'MMM DD, YYYY';
|
||||
export const DATE_TIME_FORMAT = 'MMM D, YYYY, h:mm';
|
||||
export const DATE_TIME_FORMAT = 'MMM D, YYYY, H:mm';
|
||||
|
||||
// Application Routes
|
||||
export const APP_ROUTES = {
|
||||
|
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"dateValues": {
|
||||
"defaultDateFormat": "mediumDate",
|
||||
"defaultDateTimeFormat": "MMM d, y, h:mm",
|
||||
"defaultDateTimeFormat": "MMM d, y, H:mm",
|
||||
"defaultLocale": "en-US"
|
||||
},
|
||||
"adf-version-manager": {
|
||||
|
Reference in New Issue
Block a user