From a6337ef2e824a8f47ebd094f8edd1309530ab5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Tue, 18 Apr 2017 11:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=85=AC=E5=85=B1=E6=97=A5?= =?UTF-8?q?=E5=8E=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/information-system3.min.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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