Do exist any way to set the year list of the calendar component of primefaces?
for year list you can use navigator="true"
attribute of primefaces in p:calendar
tag and for year range c-100:c+100
(will show the year range starting from 100 years back to 100 years forward in future.
so code will look like
<p:calendar id="someid" yearRange="c-100:c+100" navigator="true"/>
If you need only a year list, you can do:
<p:calendar value="#{backingBean.date}" navigator="true" yearRange="-100" showOn="button" />
that wil show you a list with the current year, and one hundred years ago.
Regards
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With