日历中的时间选择

时间:2013-12-23 12:25:14

标签: primefaces

我正在尝试从日历中获取日期。如果我使用显示的代码,它可以工作,但只要我将模式更改为=“dd / MM / yyyy HH:mm”,就不会调用监听器“send”。

<h:form id="customerManagementForm">
    <p:calendar value="#{dashboardEstatico1Bean.fecha}" id="calendarEsp" 
        locale="es_ES" pattern="dd/MM/yyyy" 
        minHour="9" maxHour="18" stepHour="1" stepMinute="1" 
        showOn="button" mode="inline">
        <p:ajax event="dateSelect" listener="#{dashboardEstatico1Bean.send}"/>
    </p:calendar>
</h:form>

有什么想法吗?

0 个答案:

没有答案