cancel
Showing results for 
Search instead for 
Did you mean: 

Timezone not coming properly in Fiori Application

BrijeshGandhi
Explorer
0 Kudos

Hello Experts,

While displaying the timezone in Custom Fiori Application , facing the issue to show it properly.

In the Odata , Edm.Time is being used to pass the time. And in the front end we are receiving value as following ( Time is in CET)

"date": "PT13H05M31S"

But while binding its being displayed as :

1:05:31 pm GMTZ

Following is the code we used to bind it to control

<m:Text	text="{ path: 'Model>date', type: 'sap.ui.model.odata.type.Time', formatOptions: { style: 'long' }, constraints: { nullable: true } }"/>

Accepted Solutions (0)

Answers (0)