http://www.aspsnippets.com/demos/216/
I am using the Calendar Plugin from the above website .I want to restrict the Selection of future date .I don't know how to do this?Help me..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.







$(function() { $( "#datepicker" ).datepicker({ maxDate: new Date() }); });Or you can achieve this using as below:
$(function() { $( "#datepicker" ).datepicker({ maxDate: 0 }); }); thanks.
Rathrola Prem KumarPosted Jan 18, 2017, 10:04 PM
Mangesh GPosted Jan 10, 2017, 10:07 AM
Dinesh SanthalingamPosted Jan 10, 2017, 8:10 AM
Mangesh Gaherwar