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!

Pivot table and DateTime convertot

user13006074Jun 21 2016 — edited Jun 23 2016

I'm using Jdeveloper Studio Edition Version 11.1.2.3.0

I have Pivot table

Studio Edition Version 11.1.2.3.0

pastedImage_3.png

I want to display the date and time of each Row transaction

the pivot table is based on 4 attributes

Start date

employee Id

Contact Name

Net Amount

I add to the start date output text an af:convertDateTime

<f:facet name="StartDate">

          \<af:outputText value="#{cellData.label}" id="ot3">

            \<af:convertDateTime type="both" pattern="dd/MM/yyyy HH:mm"/>

          \</af:outputText>

        \</f:facet>

put the date format dose not change

any one can give a hint

how I convert that date to Date Time for the Pivot row

This post has been answered by ManishPandey on Jun 22 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2016
Added on Jun 21 2016
7 comments
1,057 views