<?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: Date Format help please in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236530#M46677</link>
    <description>&lt;P&gt;Or you may use the data table tools add-in from brady brady, which allows to convert your date values (as character type in your data table) to a numeric date format while setting the splitpoints, matching the parts to the day/month/year/... and saving this into a new column.&lt;/P&gt;
&lt;P&gt;&lt;A title="Data Table Tools Add-In" href="https://community.jmp.com/t5/JMP-Add-Ins/Data-Table-Tools-Add-in/ta-p/28582" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Data-Table-Tools-Add-in/ta-p/28582&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There you'll find the instruction document as well, the option you will need is&amp;nbsp; under:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data Table Tools -&amp;gt; Special Formula Columns -&amp;gt; Custom Date Formula Writer&lt;/P&gt;
&lt;P&gt;The formula you get is the same as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;created.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 14:41:49 GMT</pubDate>
    <dc:creator>martindemel</dc:creator>
    <dc:date>2019-11-26T14:41:49Z</dc:date>
    <item>
      <title>Date Format help please</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236369#M46650</link>
      <description>&lt;P&gt;Please help me with changing my date time column into a useful JMP column&lt;/P&gt;&lt;P&gt;my formay is yyyymmdd hhmmss&lt;/P&gt;&lt;P&gt;(There is a space in the middle)&lt;/P&gt;&lt;P&gt;example is 20191125 132435 for a Nov 25, 2019 at 1:24 pm 35 secons&lt;/P&gt;&lt;P&gt;I'm not sure how to convert this into a useful JMP format.&lt;/P&gt;&lt;P&gt;I've looked through the multiple date/time related posts, but still don't understand what to do.&amp;nbsp; Thank you in advance!!!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 22:45:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236369#M46650</guid>
      <dc:creator>ted_ellefson</dc:creator>
      <dc:date>2019-11-25T22:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format help please</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236393#M46652</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11489"&gt;@ted_ellefson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Customized-Date-Formats/td-p/2974" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/Customized-Date-Formats/td-p/2974&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let us know if it worked,&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 23:37:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236393#M46652</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2019-11-25T23:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format help please</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236395#M46653</link>
      <description>&lt;P&gt;Attached is a data table with the conversion formula included.&amp;nbsp; Here is the formula being used&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datetime.PNG" style="width: 453px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/20466i867AEE619EE9E892/image-size/large?v=v2&amp;amp;px=999" role="button" title="datetime.PNG" alt="datetime.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Date MDY(
	Num( Substr( :my Date, 5, 2 ) ),
	Num( Substr( :my Date, 7, 2 ) ),
	Num( Substr( :my Date, 1, 4 ) )
) + Num( Substr( :my Date, 10, 2 ) ) * 3600
+Num( Substr( :my Date, 12, 2 ) ) * 60
+Num( Substr( :my Date, 14, 2 ) )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Nov 2019 23:38:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236395#M46653</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-11-25T23:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format help please</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236530#M46677</link>
      <description>&lt;P&gt;Or you may use the data table tools add-in from brady brady, which allows to convert your date values (as character type in your data table) to a numeric date format while setting the splitpoints, matching the parts to the day/month/year/... and saving this into a new column.&lt;/P&gt;
&lt;P&gt;&lt;A title="Data Table Tools Add-In" href="https://community.jmp.com/t5/JMP-Add-Ins/Data-Table-Tools-Add-in/ta-p/28582" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Data-Table-Tools-Add-in/ta-p/28582&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There you'll find the instruction document as well, the option you will need is&amp;nbsp; under:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data Table Tools -&amp;gt; Special Formula Columns -&amp;gt; Custom Date Formula Writer&lt;/P&gt;
&lt;P&gt;The formula you get is the same as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;created.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:41:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236530#M46677</guid>
      <dc:creator>martindemel</dc:creator>
      <dc:date>2019-11-26T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format help please</title>
      <link>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236540#M46679</link>
      <description>&lt;P&gt;THANK-YOU.&amp;nbsp; The formula works very well.&lt;/P&gt;&lt;P&gt;This Community is awesome&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 15:18:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Date-Format-help-please/m-p/236540#M46679</guid>
      <dc:creator>ted_ellefson</dc:creator>
      <dc:date>2019-11-26T15:18:24Z</dc:date>
    </item>
  </channel>
</rss>

