Disable certain dates t:inputCalendar popup
Hello i am using the popup calendar from tomahawk. I need to know if it is possible to exclude certain dates with this tag. For example, in some cases, i i need to enable only the first day of the month. Is this feasible and if yes how ?
<t:inputCalendar value="#{financialStatementEditorBean.financialStatement.periodByFinancialYearPeriodId.startDate}"
renderPopupButtonAsImage="true"
renderAsPopup="true"
popupTodayString="Today is" popupWeekString="Wk"
monthYearRowClass="warning" weekRowClass="warning" currentDayCellClass="warning">
<f:convertDateTime type="date" locale="#{msg.locale}" timeZone="#{msg.timeZone}" pattern="#{msg.datePattern}"/>
</t:inputCalendar>
Regards,
Yogesh

