RenovoSolutions / ngx-datetimepicker

An Angular component for a customizable date and time picker
MIT License
31 stars 24 forks source link

Could you tell me how to set minDate and maxDate on this control? #54

Closed pritesh-volansys closed 5 years ago

pritesh-volansys commented 6 years ago

Is there any functionality like we can set minDate and maxDate for datepicker

JoshDSommer commented 6 years ago

Hi @pritesh-volansys, there is a min and max properties exposed On the DatePicker, However, those properties are not currently on the DateTimePicker and TimePicker.

pritesh-volansys commented 6 years ago

Can possible to add min & max properties in DateTimePicker? I need both data and time picker. But min & max value set on the date only. Urgent requirement!