ng2-datetime-picker shows 6 columns, so days are invalid. Saturday is under Sunday, check image.
ng2-datetime-picker image my code looks like this:
<input date-format="DD-MM-YY" ng2-datetime-picker date-only="true"
class="" [(ngModel)]="newDate" (valueChanged)="dateChange($event)" />
I tried to increase with off outer div and width of this input. won't help. Couldn't find this problem elsewhere.