I\'m using the bootstrap3-datetimepicker-rails gem to let users store the scheduled_date of a WorkOrder in my application (a \'DateTime\' property), bu
scheduled_date
WorkOrder
This plugin uses moment.js. Basically you need to choose the time format you would like.
example
$(function () { $('#datetimepicker').datetimepicker({format: 'MMMM Do YYYY, h:mm'}); });