forum

Home / DeveloperSection / Forums / how to restrict bootstrap date picker from future date

how to restrict bootstrap date picker from future date

Manish Kumar 1063 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>

Updated on 13-Dec-2017

Can you answer this question?


Answer

1 Answers

Liked By