<?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: JSL Time Data Type in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61057#M33181</link>
    <description>&lt;P&gt;Try 'Help &amp;gt; Scripting Index', then enter 'date' into the serach field to produce:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-06-25 at 11.48.48.png" style="width: 801px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11250i2469B576EC9F72E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-06-25 at 11.48.48.png" alt="Screen Shot 2018-06-25 at 11.48.48.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This shows the JSL primitives that match your serach, and, typically, there are one or mode examples of each to get you going.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jun 2018 10:51:12 GMT</pubDate>
    <dc:creator>ian_jmp</dc:creator>
    <dc:date>2018-06-25T10:51:12Z</dc:date>
    <item>
      <title>RE: JSL Time Data Type</title>
      <link>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61054#M33179</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just wondering if there was a way for JSL to tell how much time it has been since a particular start point. For example, is there&amp;nbsp;a function that could output the time difference between the start time 00:00:00 and 00:00:01? Or a function that could add one second onto 00:00:00 to make it 00:00:01. Just curious as it would save me some time. Also, is there a function to convert HH:MM:SS to minutes in JSL? If not, what would you suggest to be the simplest way of doing such&amp;nbsp;a conversion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 10:21:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61054#M33179</guid>
      <dc:creator>Jaz</dc:creator>
      <dc:date>2018-06-25T10:21:47Z</dc:date>
    </item>
    <item>
      <title>RE: JSL Time Data Type</title>
      <link>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61057#M33181</link>
      <description>&lt;P&gt;Try 'Help &amp;gt; Scripting Index', then enter 'date' into the serach field to produce:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-06-25 at 11.48.48.png" style="width: 801px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11250i2469B576EC9F72E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-06-25 at 11.48.48.png" alt="Screen Shot 2018-06-25 at 11.48.48.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This shows the JSL primitives that match your serach, and, typically, there are one or mode examples of each to get you going.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 10:51:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61057#M33181</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2018-06-25T10:51:12Z</dc:date>
    </item>
    <item>
      <title>RE: JSL Time Data Type</title>
      <link>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61061#M33184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help. I'm using an older version of JMP so it doesn't have&amp;nbsp; any other examples. Do you have any idea how I would use the function for timings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 12:43:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61061#M33184</guid>
      <dc:creator>Jaz</dc:creator>
      <dc:date>2018-06-25T12:43:56Z</dc:date>
    </item>
    <item>
      <title>RE: JSL Time Data Type</title>
      <link>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61070#M33191</link>
      <description>&lt;P&gt;JMP uses seconds as the measure of time and the basis for dates. The value 0 is equivalent to 12:00 AM January 1, 1904. So the &lt;STRONG&gt;subtract&lt;/STRONG&gt; function can take the difference in seconds between two time or date values. Similarily, the &lt;STRONG&gt;add&lt;/STRONG&gt; function can be used to directly increment a time or date value by one second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can easily enter a literal value (constant) using the &lt;STRONG&gt;DDMmmYYYY:HH:MM:SS.S&lt;/STRONG&gt; form, so &lt;STRONG&gt;25Jun2018&lt;/STRONG&gt; is today.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 13:32:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61070#M33191</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-06-25T13:32:27Z</dc:date>
    </item>
    <item>
      <title>RE: JSL Time Data Type</title>
      <link>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61071#M33192</link>
      <description>&lt;P&gt;Assuming that the variable &lt;STRONG&gt;time&lt;/STRONG&gt; contains numeric value as the number of seconds, the expression to convert a time value is &lt;STRONG&gt;time / In Minutes( 1 )&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 13:34:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61071#M33192</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-06-25T13:34:44Z</dc:date>
    </item>
    <item>
      <title>RE: JSL Time Data Type</title>
      <link>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61127#M33213</link>
      <description>&lt;P&gt;Thanks for the help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 10:24:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/RE-JSL-Time-Data-Type/m-p/61127#M33213</guid>
      <dc:creator>Jaz</dc:creator>
      <dc:date>2018-06-26T10:24:55Z</dc:date>
    </item>
  </channel>
</rss>

