Sunday, October 29, 2017

Date picker for selecting month and year


            $("#TRANSMY").datepicker({
                format: "M-yyyy",
                viewMode: "months",
                minViewMode: "months",
                autoclose: true
            });

No comments:

Post a Comment