<?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>topic Re: Time Span - Date Time to Time conversion in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116300#M52148</link>
    <description>&lt;P&gt;Top of my head, I'd probably store the the time as text, then play around with the text left/mid functions to isolate the days and hours and store them into number fields,&amp;nbsp; multiply them, then join everything together in a string in the new format you want.&amp;nbsp; There probably is a nicer way but things like this are not worth spending too long over as the time improvements at runtime would be microseconds.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 08:31:40 GMT</pubDate>
    <dc:creator>Denis__Dennehy</dc:creator>
    <dc:date>2024-10-16T08:31:40Z</dc:date>
    <item>
      <title>Time Span - Date Time to Time conversion</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116298#M52147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two date times, say Date Time 1 =&amp;nbsp;03-09-2024 08:19:04 and Date Time 2 =&amp;nbsp;10-09-2024 21:18:15&lt;/P&gt;&lt;P&gt;I need to do a calculation Date Time 1 - Date Time 2. Currently I am getting output as&amp;nbsp;&lt;STRONG&gt;7.12:59:11 &lt;/STRONG&gt;- I understand here 7 is day, 12 Hours, 59 minutes and 11 seconds.&lt;BR /&gt;&lt;BR /&gt;I need the result in hours:minutes:seconds format - 180:59:11 (24X7 +12 = 180 hours).&lt;/P&gt;&lt;P&gt;Is there any way to achieve this, other than split and use Create date time method?&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="Blue Prism Trial" id="blueprism-trial"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="Blue Prism Enterprise v7" id="blueprism-enterprise-7"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipin Dev P&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 08:04:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116298#M52147</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2024-10-16T08:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time Span - Date Time to Time conversion</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116300#M52148</link>
      <description>&lt;P&gt;Top of my head, I'd probably store the the time as text, then play around with the text left/mid functions to isolate the days and hours and store them into number fields,&amp;nbsp; multiply them, then join everything together in a string in the new format you want.&amp;nbsp; There probably is a nicer way but things like this are not worth spending too long over as the time improvements at runtime would be microseconds.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 08:31:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116300#M52148</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2024-10-16T08:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Time Span - Date Time to Time conversion</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116301#M52149</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp; Hello&lt;/P&gt;&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;DateDiff(7, [Data1], [Data2])&amp;amp;Mid([Data1]- [Data2],InStr([Data1]- [Data2],":"),Len([Data1]- [Data2]))&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 08:39:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116301#M52149</guid>
      <dc:creator>Mohamad_Dakkouri</dc:creator>
      <dc:date>2024-10-16T08:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time Span - Date Time to Time conversion</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116302#M52150</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp; it worked for you ?&lt;/P&gt;&lt;P&gt;please put best answer if yes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 08:58:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116302#M52150</guid>
      <dc:creator>Mohamad_Dakkouri</dc:creator>
      <dc:date>2024-10-16T08:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Time Span - Date Time to Time conversion</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116304#M52151</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16677"&gt;@Denis__Dennehy&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2407"&gt;@Mohamad_Dakkouri&lt;/a&gt;&amp;nbsp;Thanks for your quick response, both suggestions helped me a lot!&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2407"&gt;@Mohamad_Dakkouri&lt;/a&gt;&amp;nbsp;Yes. It is worked. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 09:11:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Time-Span-Date-Time-to-Time-conversion/m-p/116304#M52151</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2024-10-16T09:11:30Z</dc:date>
    </item>
  </channel>
</rss>

