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

[769 byte] By [Yogesh_Jankeea] at [2007-11-26 17:57:34]
# 1
This is impossible. I suggest you to force the users to select only month - using pattern MM/yyyyy or something like that. With this when the user selects date, the object will be filled with the first day of the selected month.
amitteva at 2007-7-9 5:10:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thnx for your reply. I think your suggestion will work for the First day of the month. Any idea of implementing this with the Last Day of the MonthRegards,Yogesh
Yogesh_Jankeea at 2007-7-9 5:10:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...