Bootstrap Datepicker : Changing start date to tomorrow
问题 I am using the Bootstrap datepicker and the following is my jQuery code: $('.form_date').datetimepicker({ language: 'en', /* endDate: '+0d', */ startDate: '+1d', weekStart: 1, autoclose: 1, startView: 2, format: 'dd/mm/yyyy', minView: 2, forceParse: 0, }); The following is what I get: I want have the start date highlighting on tomorrow according to our requirement. I have found one option defaultViewDate on the Bootstrap datepicker documentation. (http://bootstrap-datepicker.readthedocs.org