");
jQuery(function() {
jQuery( ".datepicker" ).datepicker({
beforeShowDay: function(date) {
var result;
var dd = date.getFullYear() + "/" + (date.getMonth() + 1) + "/" + date.getDate();
var hName = ktHolidayName(dd);
if(hName != "") {
result = [false, "date-holiday", hName];
} else {
switch (date.getDay()) {
case 0: //日曜日
result = [false, "date-holiday"];
break;
case 6: //土曜日
result = [false, "date-saturday"];
break;
default:
if ( ((date.getMonth()+1 == 1)&&((date.getDate() == 2)||date.getDate() == 3))
|| ((date.getMonth()+1 == 12)&&((date.getDate() >= 28)&&date.getDate() <= 31)) )
{
result = [false];
} else {
result = [true];
}
break;
}
}
return result;
},
dateFormat: 'yy/mm/dd(D)',
dayNamesShort: ["日","月", "火", "水", "木", "金", "土"],
minDate: '+1d',
changeMonth: true,
showMonthAfterYear: true,
});
});
// -->
コンテンツへスキップ
相談の予約をとる / Make an Appointment

- 以下のフォームから質問をお申し込みください。 / Please use the following form.
- アスタリスクの付いている項目は必須入力です。 / Please note that all the items with an asterisk must be filled in.
- 相談場所は本館で、相談日時は原則的に平日9~17時です(時間については応相談)。
/ We will discuss your question at Central Library between 9am-5pm on weekdays.
北海道大学附属図書館 調査支援担当 / Hokkaido University Library Reference Section
TEL 011-706-2973 E-Mail ref[at]lib.hokudai.ac.jp *Please replace [at] with @. |