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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -