bootstrap-ui-datetime-picker
bootstrap-ui-datetime-picker copied to clipboard
minView do not work
trafficstars
I want to check minview as month, but not work
use this code in your controller/js , this will show the calender in months
$scope.examplePicker = {
date: new Date(),
datepickerOptions: {
showWeeks: false,
startingDay: 1,
mode:'[month,year]',
minMode:'month',
maxMode:'year',
}
}
};
i used scope here u can use whats appropriate to your code