Google News
logo
Java RichFaces - Interview Questions
How to implement RichFaces calendar in JSF?
RichFaces provides calendar component that we can implement in the JSF file.

It is used to enter a date and time through a pop-up calendar. The pop-up calendar can navigate through months and years. We can also customize its look and feel.
 
The <rich:calendar> component requires only one value attribute which holds the current selected date.
Advertisement