Copied to clipboard

Flag this post as spam?

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


  • Nicholas Westby 2054 posts 7104 karma points c-trib
    Mar 27, 2015 @ 21:12
    Nicholas Westby
    0

    Recommendation for a 12-Hour Date/Time Picker?

    I like the features in your package, but I happen to only need a date/time picker rather than a date/time range picker. Since you built this, I thought you might have a recommendation for a date/time picker that supports a 12-hour clock. The 12-hour clock is the tricky bit, as Umbraco 7 (at least, 7.1.4) doesn't support a 12-hour clock with the built-in date/time picker out of the box (only supports a 24-hour clock).

    Here's another related thread: https://our.umbraco.org/forum/using/ui-questions/53515-Change-date-time-format-to-12-hour-clock

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Mar 27, 2015 @ 22:25
    Dan Diplo
    0

    Hmmm, I don't know of one off hand. If you are willing to get your hands dirty with some code you can look in App_Plugins folder and you'll find the JS source and you are welcome to try and change it. 

    You could also try building a simple Property Editor - using this tutorial https://our.umbraco.org/documentation/Extending-Umbraco/Property-Editors/creating-tutorial1-v7 - and make it input type="datetime" and then this would use native datetime picker (only really works in Chrome though). 

  • Nicholas Westby 2054 posts 7104 karma points c-trib
    Mar 27, 2015 @ 23:01
    Nicholas Westby
    0

    Yeah, I figured as much. Thanks for the quick 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.

Please Sign in or register to post replies