$('yourpickerid').datepicker({
format: 'dd/mm/yyyy',
}).on('changeDate', function(e){
$(this).datepicker('hide');
});
datepicker auto hiden
http://stackoverflow.com/questions/21151830/bootstrap-datepicker-hide-after-selection
0 Response to "datepicker auto hiden"
Post a Comment