Is there a way to show a calendar with 1 month only? Each calendar should show all the days of that month. For example:
Calendar1 = January 1-31
Calendar2 = February 1-28/29
... and so on.
Is there a way to show a calendar with 1 month only? Each calendar should show all the days of that month. For example:
Calendar1 = January 1-31
Calendar2 = February 1-28/29
... and so on.
You can do by some ways, my approach is use jquery, when calendar is focused, we need to disable a
tag which use to next
or previous
:
<p:calendar onfocus="$('#ui-datepicker-div a').unbind();" />