Hello,
we use ADF 11g.
we have a date that is coming in output text. we want to convert that date with following rule ...
if the date is say 12/23/2015 then it should show as 12/23/2015 ( currently this is showing up ok. no issues)
BUT if date is say 9/2/2015 then it must show as 9/2/2015. ( currently it shows up as 09/02/2015 ) . we do not like the zero that it is adding there....... any idea ?
<af:outputText value="#{row.myDate}" id = "33d">
<af:convertDateTime .................. Help Here....
</af:outputText>