From 8ecf75cdd27d157a93756ee989d3ac5afc32d25d Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 8 Aug 2013 18:00:42 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9D=AC=EB=A7=9D=EB=B0=B0=EC=86=A1=EC=9D=BC?= =?UTF-8?q?=EC=97=90=20=EC=BA=98=EB=A6=B0=ED=84=B0=20=EB=84=A3=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderform.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/shop/orderform.php b/shop/orderform.php index fa3507cc6..a7725c976 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -1,5 +1,8 @@ - 이후로 배송 바랍니다. @@ -1543,6 +1547,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;" }); +}); +