<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Edm.time conversion in UI5 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286380#M4178609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getDateValue instead of getValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 14:22:12 GMT</pubDate>
    <dc:creator>former_member182372</dc:creator>
    <dc:date>2015-08-06T14:22:12Z</dc:date>
    <item>
      <title>Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaq-p/11286370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a time picker with below code . The Server side of SAP is in EDM.string format as &lt;SPAN style="color: #0000ff; font-family: helvetica, arial; font-size: 12px;"&gt;PT13H31M00S . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;How is the value to be converted from time picker to required format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;CODE style="font-family: Consolas, Courier, monospace; font-size: 0.85em;"&gt;&amp;nbsp; &amp;lt;DateTimeInput&lt;BR /&gt;&amp;nbsp; type="Time"&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;CODE style="font-family: Consolas, Courier, monospace; font-size: 0.85em;"&gt;id="datepicker"&lt;BR /&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;CODE style="font-family: Consolas, Courier, monospace; font-size: 0.85em;"&gt;&amp;nbsp; placeholder="Enter Time ..."&lt;BR /&gt;&amp;nbsp; class="sapUiSmallMarginBottom" /&amp;gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;controller,js&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="gmail_default" style="color: #000000; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="gmail_default" style="color: #000000; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt; var dtime = this.getView().byId('datepicker').getValue(); &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="gmail_default" style="color: #000000; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt; alert(dtime); //1:31 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="gmail_default" style="color: #000000; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="gmail_default" style="color: #000000; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Are there any functions to achieve the same ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="gmail_default" style="color: #000000; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 14:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaq-p/11286370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-05T14:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286371#M4178600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt; oInsptmTxt = &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt; sap.m.Text({&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;&amp;nbsp; text: {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; path: &lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;"Time"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp; formatter: &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;(value) {&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt; value.match(/(\d{&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; color: green; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;})H(\d{&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; color: green; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;})M(\d{&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; color: green; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;})S$/).slice(-&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; color: green; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;3&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;).join(&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;":"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit; background-position: initial;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;&amp;nbsp; }&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; font-family: helvetica, arial; color: black; background-color: inherit; background-position: initial;"&gt;}); &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Refer these links,&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3579841" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Time displayed as NaN:NaN:NaN PM" href="https://community.sap.com/" modifiedtitle="true" title="Time displayed as NaN:NaN:NaN PM"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/3459092" title="https://scn.sap.com/thread/3459092"&gt;EDM.Time is not converting in SAPUI5 | SCN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="83925" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Working with OData Dates and Times" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 14:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286371#M4178600</guid>
      <dc:creator>santhu_gowdaz</dc:creator>
      <dc:date>2015-08-05T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286372#M4178601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you suggest how to achieve similar in XML format ? My code is added above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286372#M4178601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-05T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286373#M4178602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &amp;lt;Text text="{path: "Time", formatter:'Util.FormatterTime' }"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; In your util formatter write this code,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; FormatterTime:function(value) &lt;/P&gt;&lt;P&gt;&amp;nbsp; { &lt;/P&gt;&lt;P&gt;return value.match(/(\d{2})H(\d{2})M(\d{2})S$/).slice(-3).join(":");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286373#M4178602</guid>
      <dc:creator>santhu_gowdaz</dc:creator>
      <dc:date>2015-08-05T15:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286374#M4178603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://sapui5.netweaver.ondemand.com/sdk/explored.html#/entity/sap.m.DateTimeInput/properties" title="https://sapui5.netweaver.ondemand.com/sdk/explored.html#/entity/sap.m.DateTimeInput/properties"&gt;SAPUI5 Explored&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic; background-color: rgba(255, 255, 255, 0.8);"&gt; dateValue is an Object, try to use that&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286374#M4178603</guid>
      <dc:creator>former_member182372</dc:creator>
      <dc:date>2015-08-05T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286375#M4178604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i put it via datevalue ?. I have used display format and value format before but not datevalue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 16:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286375#M4178604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-05T16:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286376#M4178605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the console in this example,&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/irewuq/9/edit?html,console,output" title="http://jsbin.com/irewuq/9/edit?html,console,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 04:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286376#M4178605</guid>
      <dc:creator>santhu_gowdaz</dc:creator>
      <dc:date>2015-08-06T04:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286377#M4178606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have put my code here : &lt;A href="http://jsbin.com/zupodaduro/1/edit?html,output" title="http://jsbin.com/zupodaduro/1/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt; . How can i achieve the conversion ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 11:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286377#M4178606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-06T11:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286378#M4178607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Controller definition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jQuery.sap.require("sap.ui.core.format.DateFormat");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sap.ui.controller("local.controller", {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timeFormatter : sap.ui.core.format.DateFormat.getDateInstance({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pattern : "PThh'H'mm'M'ss'S'"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get_time: function(oEvent) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dtime = this.getView().byId('datepicker').getDateValue();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; debugger;&lt;/P&gt;&lt;P&gt;alert(this.timeFormatter.format(dtime)); //1:31 PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //add seconds to the picker&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //to be converted to PT13H31M00S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 12:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286378#M4178607</guid>
      <dc:creator>former_member182372</dc:creator>
      <dc:date>2015-08-06T12:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286379#M4178608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maksim, &lt;/P&gt;&lt;P&gt;Is there something that i am missing to achieve via jsbin.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/jotipizowi/edit?html,console,output" title="http://jsbin.com/jotipizowi/edit?html,console,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286379#M4178608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-06T14:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286380#M4178609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getDateValue instead of getValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286380#M4178609</guid>
      <dc:creator>former_member182372</dc:creator>
      <dc:date>2015-08-06T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Edm.time conversion in UI5</title>
      <link>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286381#M4178610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it's an old thread but just wanted to share alternative solution: you could specify type in binding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;TimePicker value="{path: 'ltime', type: 'sap.ui.model.odata.type.Time'}"/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 14:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/edm-time-conversion-in-ui5/qaa-p/11286381#M4178610</guid>
      <dc:creator>former_member204338</dc:creator>
      <dc:date>2016-06-22T14:32:44Z</dc:date>
    </item>
  </channel>
</rss>

