leons Posted November 6, 2016 Posted November 6, 2016 Hi, Is it possible to disable certain dates/days in the UniDBDateTimePicker control? For example, I don't want a user to select a date in the past or a certain day in the week. Regards Leon Quote
Sherzod Posted November 6, 2016 Posted November 6, 2016 Hi, Can you try this ?: UniDBDateTimePicker -> ClientEvents -> UniEvents -> ... function beforeInit(sender, config) { config.disabledDays = [1,2,3,4,5,6] } http://forums.unigui.com/index.php?/topic/6847-unicalendar-single-day-disable/ Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.