Closed bgilbert6 closed 5 years ago
Is there anyway to display this format in 12 hour format? I've only seen references to showing the minutes view in 24 hour format. But what about the opposite?
angular .module('myApp', ['moment-picker']) .config(['momentPickerProvider', function (momentPickerProvider) { momentPickerProvider.options({ hoursFormat: "hh:[00] A" }); }]);
Is there anyway to display this format in 12 hour format? I've only seen references to showing the minutes view in 24 hour format. But what about the opposite?