<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Convert Interval(Days to Second) to HH:mm</title><link>https://community.appian.com/discussions/f/new-to-appian/18953/convert-interval-days-to-second-to-hh-mm</link><description>Hi All, 
 
 How can I convert Interval(Day to Second) in to HH:mm format? 
 Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Convert Interval(Days to Second) to HH:mm</title><link>https://community.appian.com/thread/74495?ContentTypeID=1</link><pubDate>Tue, 02 Jun 2020 13:19:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be561c7e-0e49-47e5-a9c1-8d6be98e8c1c</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Just checking my understanding of what you want..as per your example data (87::02:03:24.116) - you want this value (which is effectively 84 Days, 2 hours, 3 minutes and 24.116 seconds) to be displayed as hours and minutes, as per the following calculation:&lt;/p&gt;
&lt;p&gt;(87*24)+2 hours, 3 minutes = 2090 hours 3 minutes, rendered as 2090:03&lt;/p&gt;
&lt;p&gt;(this ignores any fractions of minutes as I presume only whole minutes are required.&lt;/p&gt;
&lt;p&gt;Is this what you&amp;#39;re looking for? If so, there is no function that will do this for you, you&amp;#39;ll need to build something that will extract the components from the Interval value and then perform the above calculation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert Interval(Days to Second) to HH:mm</title><link>https://community.appian.com/thread/74467?ContentTypeID=1</link><pubDate>Mon, 01 Jun 2020 13:44:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0c0d6e55-39aa-4637-a82d-d812b1dedafc</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;I&amp;#39;d suggest looking at the timevalue() funciton. This will show an interval as a time data type. Then, you should be able to format the time however you like using the text() function.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>