Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
JSF Component
Back to Component Library
The DatePicker input component enables the user to select a date value from a simple set of 3 drop-down lists. It can be configured to restrict the number of possible year values shown. The component supports JSF converter components.
<string>'
rendered='<boolean>'
styleClass='<string>'
style='<string>'
value='<Date>'
startYear='<int>'
yearCount='<int>'
/>
value - the Date value to display. If not set, the current Date will be used.
startYear - the start years from which to generate year values from.
yearCount - the number of possible year values to generate.
<a:inputDatePicker value='#{bean.createdDate}' startYear='1996' yearCount='10'/>
Standard DatePicker with a CSS style applied:
DatePicker_1.gif
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.