お客様情報をご記入ください
jQuery(function($) {
$('#reserve-date').datepicker({
"yearSuffix": "\u5e74",
"dateFormat": "yy\u5e74mm\u6708dd\u65e5",
"dayNames": ["\u65e5\u66dc\u65e5", "\u6708\u66dc\u65e5", "\u706b\u66dc\u65e5", "\u6c34\u66dc\u65e5", "\u6728\u66dc\u65e5", "\u91d1\u66dc\u65e5", "\u571f\u66dc\u65e5"],
"dayNamesMin": ["\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"],
"dayNamesShort": ["\u65e5\u66dc", "\u6708\u66dc", "\u706b\u66dc", "\u6c34\u66dc", "\u6728\u66dc", "\u91d1\u66dc", "\u571f\u66dc"],
"monthNames": ["1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"],
"monthNamesShort": ["1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"],
"beforeShowDay": function(date) {
if (date.getDay() == 0 ||
date.getDay() == 1 ||
date.getDay() == 2 ||
date.getDay() == 6) {
return [false, 'ui-state-disabled'];
} else {
return [true, ''];
}
}
});
});
ご記入事項を確認の上、送信ボタンを押してください。3営業日以内にご連絡させていただきます。