Posted on: 1/23/2014 4:07:59 AM | Views : 779

I have a grid view and it contains Textbox(Server control) for JQuery DateTimePicker. I am getting the date and time from database. Now i am able to set the time and date, upto here there is no problem. But i need to restrict date and time in DateTimePicker, for that i have a hidden field with the text box. That hidden field contains the minimum datetime limit. Now i have to restrict to the user, so that they can change the date and time upto that limit. Now the question is how to restrict the date and time on client side using JQuery?
Please provide some example, so i can have a clear idea!

Please help me out!
Thanks.

Go to the complete details ...