ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Dont allow user typing in date? #91

Closed olaf89 closed 7 years ago

olaf89 commented 7 years ago

Is there a way to make it only possible to select day? otherwise there is a need for a date validation and same date not always have the same format

allenhwkim commented 7 years ago

You can make input field as readonly, so that user cannot modify the value.