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

index 86b2065..842c87a 100644 (file)
                },
                
                setValue: function(newDate) {
-                    console.log('test??');
                        if (typeof newDate === 'string') {
                                this.date = DPGlobal.parseDate(newDate, this.format);
                        } else {