material-kit/js/bootstrap-datepicker.js
[bootswatch] / material-kit / js / bootstrap-datepicker.js
index 842c87a..86b2065 100644 (file)
                },
                
                setValue: function(newDate) {
+                    console.log('test??');
                        if (typeof newDate === 'string') {
                                this.date = DPGlobal.parseDate(newDate, this.format);
                        } else {