달력 하단에 오늘 날짜 바 표시 여부를 설정하는 API이다.
function btnsetshowtodaybar_on_mouseup() { calendar.setshowtodaybar(false); // 달력 하단에 오늘 날짜 바 표시 안되게 설정 }