I am using Jquery mobile in my Html5 application.I have created datepicker with input type date tag like :
<input name="" id="mydate" placeholder="" value="" type="date" data-mini="true">
Now I want to disable future dates. Please suggest me workaround for this. Note :I cannot use JQueryUI in my project.So cant use JqueryUI datepicker.