<?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 do convert the current time to a timestamp in milliseconds using JSL？ in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-convert-the-current-time-to-a-timestamp-in-milliseconds/m-p/616530#M81618</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;A target="_blank"&gt;for&lt;/A&gt; &lt;A target="_blank"&gt;example&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Timestamp in milliseconds: 1679728373067&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:06:19 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2023-06-09T16:06:19Z</dc:date>
    <item>
      <title>How do convert the current time to a timestamp in milliseconds using JSL？</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-convert-the-current-time-to-a-timestamp-in-milliseconds/m-p/616530#M81618</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;A target="_blank"&gt;for&lt;/A&gt; &lt;A target="_blank"&gt;example&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Timestamp in milliseconds: 1679728373067&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:06:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-convert-the-current-time-to-a-timestamp-in-milliseconds/m-p/616530#M81618</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T16:06:19Z</dc:date>
    </item>
    <item>
      <title>回复： How do convert the current time to a timestamp in milliseconds using JSL？</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-convert-the-current-time-to-a-timestamp-in-milliseconds/m-p/616533#M81619</link>
      <description>&lt;P&gt;？？&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;How can I get the exact number of milliseconds of the current time?Thanks!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nn=(Today()+Minute(Today())+hour(Today())+second(Today())-Informat("01/01/1970","mm/dd/yyyy")-In Hours(8))*1000;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 08:09:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-convert-the-current-time-to-a-timestamp-in-milliseconds/m-p/616533#M81619</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-03-25T08:09:00Z</dc:date>
    </item>
    <item>
      <title>回复： How do convert the current time to a timestamp in milliseconds using JSL？</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-convert-the-current-time-to-a-timestamp-in-milliseconds/m-p/616554#M81622</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nn = (Today() - Informat( "01/01/1970", "m/d/y" ) - In Hours( 8 )) * 1000;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will give you the number of milliseconds from the current date/time, to the current second.&amp;nbsp; I am not aware of how to get Today() to the millisecond.&amp;nbsp; There are the functions of HPTime() and Tick Seconds() that can measure at sub second times, however, their base start point, is JMP session start time and I don't see how one would be able to work them together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 11:44:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-convert-the-current-time-to-a-timestamp-in-milliseconds/m-p/616554#M81622</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-03-25T11:44:51Z</dc:date>
    </item>
  </channel>
</rss>

