Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MyDate

user1254328Sep 11 2015 — edited Sep 13 2015

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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2015
Added on Sep 11 2015
5 comments
789 views