<?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 How to add and subtract time quickly in the form of text minutes and seconds? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-add-and-subtract-time-quickly-in-the-form-of-text-minutes/m-p/845097#M101972</link>
    <description>&lt;P&gt;How to get the new text format value after the variable is in text format content, is the value of the minute and second, and how to make it +5 seconds&lt;BR /&gt;Is there an exi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ti="00:59:59";
ti=ti+5;
//ti="01:00:04";&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 01 Mar 2025 06:23:12 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2025-03-01T06:23:12Z</dc:date>
    <item>
      <title>How to add and subtract time quickly in the form of text minutes and seconds?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-and-subtract-time-quickly-in-the-form-of-text-minutes/m-p/845097#M101972</link>
      <description>&lt;P&gt;How to get the new text format value after the variable is in text format content, is the value of the minute and second, and how to make it +5 seconds&lt;BR /&gt;Is there an exi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ti="00:59:59";
ti=ti+5;
//ti="01:00:04";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 Mar 2025 06:23:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-and-subtract-time-quickly-in-the-form-of-text-minutes/m-p/845097#M101972</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-03-01T06:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to add and subtract time quickly in the form of text minutes and seconds?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-and-subtract-time-quickly-in-the-form-of-text-minutes/m-p/845107#M101973</link>
      <description>&lt;P&gt;Format + Informat&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Right("00" || Format(In Format(ti, "hr:m:s") + 5, "hr:m:s"), 8)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 Mar 2025 06:28:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-and-subtract-time-quickly-in-the-form-of-text-minutes/m-p/845107#M101973</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-03-01T06:28:55Z</dc:date>
    </item>
  </channel>
</rss>

