From 8835af763161be7d954541a657f0878c059af6a9 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 23 Aug 2013 13:09:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=9D=AC?= =?UTF-8?q?=EB=A7=9D=EB=B0=B0=EC=86=A1=EC=9D=BC=20jquery=20datepicker=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index d31b7bc27..abb27284f 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -409,7 +409,7 @@ ob_end_clean(); - 이후로 배송 바랍니다. @@ -1352,6 +1353,12 @@ function gumae2baesong(f) calculate_sendcost(String(f.od_b_zip1.value) + String(f.od_b_zip2.value)); } + + +$(function(){ + $("#od_hope_date").datepicker({ changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", showButtonPanel: true, yearRange: "c-99:c+99", minDate: "+d;", maxDate: "+d;" }); +}); +