Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to change the DateTime picker property to 24 hours to 12 hours with AM and PM. How could I achieve this? I have tried in umbraco.controller.js file that
var config = { pickDate: true, pickTime: true, useSeconds: true, pick12HourFormat: true, format: 'YYYY-MM-DD HH:mm:ss', icons: { time: 'icon-time', date: 'icon-calendar', up: 'icon-chevron-up', down: 'icon-chevron-down' } };
But It is not working.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to change time format in backend office to AM, PM
I want to change the DateTime picker property to 24 hours to 12 hours with AM and PM. How could I achieve this? I have tried in umbraco.controller.js file that
var config = { pickDate: true, pickTime: true, useSeconds: true, pick12HourFormat: true, format: 'YYYY-MM-DD HH:mm:ss', icons: { time: 'icon-time', date: 'icon-calendar', up: 'icon-chevron-up', down: 'icon-chevron-down' } };
But It is not working.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.