Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • kalpesh 7 posts 77 karma points
    Aug 09, 2018 @ 07:34
    kalpesh
    0

    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.

  • 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.

Please Sign in or register to post replies