asp.net - Using date picker control how to enable particular days -


using date picker control want enable saturday , remaining dates should disabled.

you need use datetimepicker.mindate property property of datetime picker control have minimum date , time can selected in control. again, have set specific date , not saturdays.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -