我准备申请,用户可以在指定时间内预订房间。我想向用户显示一个日历,在那里他可以选择预订的开始和结束日期,但我也想标记房间已经预订的日期。是否可以使用jsf / myfaces?
答案 0 :(得分:1)
答案 1 :(得分:0)
只需使用冰面,即可直接使用现成的日历。
< ice:selectInputDate id =“fromDateId”renderMonthAsDropdown =“true”renderYearAsDropdown =“true”value =“#{slowMovingSalesOrderAction.fromDate}”title =“#{msgs ['page.selectInputDate.popup.title']}”renderAsPopup =“ true“tabindex =”1“>
< f:convertDateTime pattern="#{productionRegisterAction.systemDateFormat}" timeZone="#{productionRegisterAction.timeZone}"/>
< /ice:selectInputDate>