T00rk / bootstrap-material-datetimepicker

Datepicker for bootstrap-material
http://t00rk.github.io/bootstrap-material-datetimepicker/
MIT License
9 stars 4 forks source link

how can enable last 30 days from current date #230

Open saumayaranjan opened 4 years ago

saumayaranjan commented 4 years ago

$('#start_date').bootstrapMaterialDatePicker({ weekStart : 0, time: false, }).on('change', function(e, date) { $('#end_date').bootstrapMaterialDatePicker('setMinDate', date); });;