Is there a Javascript or some library that would create a datepicker for a webpage (similar to [Jquery UI DatePicker][1] that would only allow certain dates to be clickable and highlighted.
For example on server side, I could specify a array of days to enable to be selected.
[1]: http://jqueryui.com/demos/datepicker What serverside technology are you using? You only tagged the clientside? Depending on the server (asp.net, etc.) there are many controls available where you could implement this functionality.
以上就是Datepicker for web page that can allow only specific dates to be clicked的详细内容,更多请关注web前端其它相关文章!