<?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 Text time to numeric time in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211008#M42258</link>
    <description>&lt;P&gt;I am having an issue converting a text time format to a numeric time format. Data should be of the format MM:SS.0&amp;nbsp; (This is the format it was in excel). After the import into JMP I have a long string (i.e. 2.1713e-5) that I seem to be unable to do anything with. This time value represents a time duration that needs to be in the format of MM:SS.0&amp;nbsp; I have tried a few solutions but nothing quite seems to work. Thank you for your assistance.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 15:30:02 GMT</pubDate>
    <dc:creator>Sciguy_1</dc:creator>
    <dc:date>2019-05-29T15:30:02Z</dc:date>
    <item>
      <title>Text time to numeric time</title>
      <link>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211008#M42258</link>
      <description>&lt;P&gt;I am having an issue converting a text time format to a numeric time format. Data should be of the format MM:SS.0&amp;nbsp; (This is the format it was in excel). After the import into JMP I have a long string (i.e. 2.1713e-5) that I seem to be unable to do anything with. This time value represents a time duration that needs to be in the format of MM:SS.0&amp;nbsp; I have tried a few solutions but nothing quite seems to work. Thank you for your assistance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 15:30:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211008#M42258</guid>
      <dc:creator>Sciguy_1</dc:creator>
      <dc:date>2019-05-29T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text time to numeric time</title>
      <link>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211018#M42259</link>
      <description>Your specification of 2.1713e-5 indicates that your column is not a character column but a numeric with a format displaying scientific format.  If that is the case, you should be able to just go to the Column Info for the column, and change the format to the Time, or Duration format that is appropriate.</description>
      <pubDate>Wed, 29 May 2019 15:52:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211018#M42259</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-05-29T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text time to numeric time</title>
      <link>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211092#M42268</link>
      <description>&lt;P&gt;You are correct, if I set my data type to numeric and modeling type to continous I get the value 0.000021713&amp;nbsp; This is a time duration of 00:01.9 in the format of MM:SS.0&amp;nbsp; (which is how it was expressed in excel). I have tried creating a new column and modifying formatting but I have been unsuccessful for some reason. The output time format I need is not listed in the choices and not sure if that is part of the issue or if I can somehow create my own format. Thank you for your input.&amp;nbsp;I have alot of time invested in this&amp;nbsp;large data set and I hate to get stuck on time formatting.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 20:06:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211092#M42268</guid>
      <dc:creator>Sciguy_1</dc:creator>
      <dc:date>2019-05-29T20:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text time to numeric time</title>
      <link>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211093#M42269</link>
      <description>&lt;P&gt;I was able to modify the formatting on the column to get the format I desire but it does not populate with my values it leaves it&amp;nbsp; 0:00.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 20:18:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211093#M42269</guid>
      <dc:creator>Sciguy_1</dc:creator>
      <dc:date>2019-05-29T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Text time to numeric time</title>
      <link>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211230#M42294</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14945"&gt;@Sciguy_1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Attached is a table with the formula to do the conversion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 645px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17484i5F300227AE42AD13/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The format is &lt;STRONG&gt;min:s&lt;/STRONG&gt; with 4 decimal places, or if you prefer 1&amp;nbsp; decimal you will see 0:01.9&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The internet has many sources regarding conversion of date and time to numeric values. Excel stores time as a fraction of a day.&amp;nbsp; See&amp;nbsp;&lt;A href="https://smallbusiness.chron.com/conversion-minutes-seconds-decimal-excel-73749.html" target="_blank" rel="noopener"&gt;link&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;When Excel is read into JMP, the numeric stored value is read-in. So to convert that to min:s you need to create a new column that multiplies the read-in value by 86400 and change that formula column's format to &lt;STRONG&gt;min:s&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had to look it up as well. Nice to know.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 15:34:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211230#M42294</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-05-30T15:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text time to numeric time</title>
      <link>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211243#M42297</link>
      <description>Thank you for your effort on this- somehow I missed the fact excel stores in fraction of a day. Thanks again to everyone for your help!</description>
      <pubDate>Thu, 30 May 2019 16:08:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-time-to-numeric-time/m-p/211243#M42297</guid>
      <dc:creator>Sciguy_1</dc:creator>
      <dc:date>2019-05-30T16:08:38Z</dc:date>
    </item>
  </channel>
</rss>

