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