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).
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.
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
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).
Yeah, I figured as much. Thanks for the quick reply.
is working on a reply...