There is a Fairing Meteor for the datetimepicker boot file . In bootstrap docs you can only specify time (# datetimepicker3). I want to do it in Meteor. I tried using
{{> afQuickField name="departureTime" dateTimePickerOptions=timePickerOptions}} timePickerOptions : function() { return { format : 'LT' } },
however, it still shows the calendar (although it allows you to choose the time). Is something missing here?
javascript twitter-bootstrap meteor meteor-autoform
ahota
source share