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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...