如何在jsf / myfaces中创建具有指定句点的日历?可能吗?

时间:2010-11-11 16:53:21

标签: java jsf myfaces

我准备申请,用户可以在指定时间内预订房间。我想向用户显示一个日历,在那里他可以选择预订的开始和结束日期,但我也想标记房间已经预订的日期。是否可以使用jsf / myfaces?

2 个答案:

答案 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>