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;" }); +}); +