如何在jsf/myfaces中创建指定时间段的日历?是否可以?

发布于 2024-10-02 02:46:29 字数 97 浏览 1 评论 0原文

我正在准备应用程序,用户可以在指定时间内预订房间。我想向用户显示一个日历,他可以在其中选择预订的开始和结束日期,但我也想标记房间已预订的日期。可以使用 jsf/myfaces 吗?

I`m preparing application where user can book a room for specified period. I want to show user a calendar where he will be able to select start and end date of his reservation, but i also want to markup the days in which the room has already been reserved. Is it possible using jsf/myfaces?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

音盲 2024-10-09 02:46:29

只需使用冰面,即可直接使用现成的日历。

<冰:selectInputDate id =“fromDateId”renderMonthAsDropdown =“true”renderYearAsDropdown =“true”值=“#{slowMovingSalesOrderAction.fromDate}”标题=“#{msgs['page.selectInputDate.popup.title']}”renderAsPopup =“ true" tabindex="1">

            < f:convertDateTime pattern="#{productionRegisterAction.systemDateFormat}" timeZone="#{productionRegisterAction.timeZone}"/>

          < /ice:selectInputDate>

Just Use a Ice Faces so you can directly use a ready made calendar.

< 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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文