Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9233

Re: OData for Calc. view - Parameter problems

$
0
0

Hi Nitish,

    Try this code it works fine for me

oCon = new sap.ui.commons.TextField().bindProperty("value",

   {path: "CONFIRMED_DATE",

formatter: function(oValue){

  if (oValue) {

  var oDt = new Date((parseInt(oValue.substr(6))));

return sap.ui.core.format.DateFormat.getDateInstance(

{style:"full", pattern: "MMMM d, yyyy"}).format(oDt);

      }

      }});  


Viewing all articles
Browse latest Browse all 9233

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>