diff --git a/js/information-system3.min.js b/js/information-system3.min.js index 0058ba28..8c5ab002 100644 --- a/js/information-system3.min.js +++ b/js/information-system3.min.js @@ -523,4 +523,18 @@ function mobile_friendly(){ $("#mobile_friendly_status").html(html); $('#btn-mobile-friendly').button('reset'); }); -} \ No newline at end of file +} + + +$(document).ready(function() { + + $('.ShowMeTheDatePicker_cn').datepicker({ + dateFormat: 'yy-mm-dd', + showButtonPanel: false + }); + + $('.ShowMeTheDatePicker').datepicker({ + showButtonPanel: true + }); + +}); \ No newline at end of file