Open sant527 opened 2 months ago
UI and input should be consistent
1.10.0
$('.dt_picker').datepicker({ autoclose: true, orientation: "auto", forceParse: false, format: 'mm/dd/yyyy', startDate: '01/01/1970', endDate: '12/31/9999', todayHighlight: true, weekStart: 1, clearBtn: true, validateOnBlur: true })
Expected behaviour
UI and input should be consistent
Actual behaviour
Datepicker version used
1.10.0
Example code