<?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>Extract hours and minutes from Seconds</title><link>https://community.appian.com/discussions/f/general/19719/extract-hours-and-minutes-from-seconds</link><description>Hello, 
 I am trying to calculate hours and minutes from the stopwatch component, 
 
 for the hours will use seconds/3600 
 
 the problem comes when have to calculate the minutes, will use the same formula but the question is here from the result of seconds</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Extract hours and minutes from Seconds</title><link>https://community.appian.com/thread/77092?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 15:48:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d35d4f4-fcb3-4838-8400-f94b113005b1</guid><dc:creator>Sabhya Parwani</dc:creator><description>&lt;p&gt;Hi, by using Split function you can get the numbers after the decimal point. &amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;split(3.4445,&amp;quot;.&amp;quot;)[2]&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>