angularjs - How to specify date only in angular-bootstrap-datetimepicker -


it seems insist on making choose time also. went through read me several times , i'm not seeing how date.

https://github.com/dalelotts/angular-bootstrap-datetimepicker

you need set minview day in config datetimepicker-config="{'minview':'day'}". restricts selection till level. so, making day, won't let select further days. this:

<datetimepicker ng-model="date" datetimepicker-config="{'minview':'day'}" /> 

that should it!


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -