maxView must be >= minView and startView
9 | minView must be <= maxView and startView
16 | minView determines when selection is triggered.
17 | startView must be between (or equal to) maxView and minView
24 | minuteStep has not effect if minView is not set to 'minute'
56 |
61 |
62 | <dl-date-time-picker
63 | maxView="{{maxView}}"
64 | minView="{{minView}}"
65 | startView="{{startView}}"
66 | minuteStep="{{minuteStep}}"
67 | [(ngModel)]="selectedDate"
68 | >
69 | </dl-date-time-picker>
70 |
71 | Selected Date: {{selectedDate}}
83 |