<ice:dataTable columnWidths="145px" scrollHeight="170px"
scrollable="true"
var="list" cellpadding="0" >
<ice:column>
<f:facet name="header">
<ice:outputText value="Effective Date"></ice:outputText>
</f:facet>
<ice:outputText rendered="#
{list.labelRender}
" value="#
{list.effective}" style="overflow: auto; width: 140px;" >
<f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/>
</ice:outputText>
<ice:selectInputDate rendered="#{list.render}" renderAsPopup="true"
title="Effective Date"
valueChangeListener="#{userRoleDetails.assignRowChangeListener}"
value="#{list.effective}
"
highlightUnit="DAY_OF_WEEK: MONTH"
highlightValue="1,7: 8">
<f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/>
</ice:selectInputDate>
</ice:column>
<ice:dataTable columnWidths="145px" scrollHeight="170px"
scrollable="true"
var="list" cellpadding="0" >
<ice:column>
{list.labelRender}<f:facet name="header">
<ice:outputText value="Effective Date"></ice:outputText>
</f:facet>
<ice:outputText rendered="#
" value="#
{list.effective}" style="overflow: auto; width: 140px;" ><f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/>
</ice:outputText>
<ice:selectInputDate rendered="#{list.render}" renderAsPopup="true"
title="Effective Date"
valueChangeListener="#{userRoleDetails.assignRowChangeListener}"
value="#{list.effective}
"
highlightUnit="DAY_OF_WEEK: MONTH"
highlightValue="1,7: 8">
<f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/>
</ice:selectInputDate>
</ice:column>