Users Pricing

forum

home / developersection / forums / how to restrict bootstrap date picker from future date

how to restrict bootstrap date picker from future date

Manish Kumar 1369 12 Dec 2017

I want to restrict datepicker taking future date . This is my jquery code

<script type="text/javascript">


    $(document).ready(function () {
        $('.datepicker').datepicker({
            format: "mm/dd/yyyy",           
            autoclose: true,

        });

    });
</script>

Manish Kumar

Other


1 Answers