I would like to display the date like Monday, 2012-09-24. Which date format pattern will use in JSF? Will I need to write custom convertor to get this format.
<h:outputText value="#{date}">
<f:convertDateTime type="date" pattern="??, yyyy-mm-dd"/>
</h:outputText>
Use this format
EEEE, yyyy-MM-dd