material-kit/js/bootstrap-datepicker.js
authoredward <edward@roojs.com>
Mon, 25 Sep 2017 09:12:35 +0000 (17:12 +0800)
committeredward <edward@roojs.com>
Mon, 25 Sep 2017 09:12:35 +0000 (17:12 +0800)
material-kit/js/bootstrap-datepicker.js

index 842c87a..bf627c9 100644 (file)
                
                set: function() {
                        var formated = DPGlobal.formatDate(this.date, this.format);
+                        console.log(formated);
                        if (!this.isInput) {
                                if (this.component){
                                        this.element.find('input').prop('value', formated);