I’ve found a great datepicker on EveryBlock’s web site:
http://ui-patterns.com/userset/553/image/2955#focus
Does anybody know which control do they use and is it available as a standalone control?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems like a custom-made one, from looking at the JavaScript source. There is a
function Calendar(a, b)with a lot of code, and something calledCustomFilter. They are building their stuff on top of jQuery, though.