material-kit/js/bootstrap-datepicker.js
[bootswatch] / 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);