I am using Angular bootstrap datetimepicker: https://dalelotts.github.io/angular-bootstrap-datetimepicker/
I am going to disable "time", want to enable only date. I am using this option:
<datetimepicker ng-model="pageData.currentNote.date" data-datetimepicker-config="{ dropdownSelector: '#dropdown', startView:'day', minView:'day' }"></datetimepicker>
Time select Panel is removed , but I am getting time field:
Thu Sep 07 2017 00:00:00 GMT-0400 (EDT)
I don't want time field. Any solution to remove this?