<?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: Data Filter Date/Time with extra &amp;quot;.0&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459378#M70448</link>
    <description>&lt;P&gt;You do not need a new column.&amp;nbsp; Second() is just a function that extracts the number of seconds value from the Date/Time column&lt;/P&gt;
&lt;P&gt;Attached is the example data table I used for my last response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 21:20:38 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-02-08T21:20:38Z</dc:date>
    <item>
      <title>Data Filter Date/Time with extra ".0"</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459347#M70440</link>
      <description>&lt;P&gt;I have a column with a Date and Time in it (see graphic for formatting).&amp;nbsp; When I use a Global or Local Data Filter, the dates/times show up as MM/DD/YY H:M:S&lt;FONT color="#FF0000"&gt;.0&lt;/FONT&gt; with the "&lt;FONT color="#FF0000"&gt;.0&lt;/FONT&gt;" being extraneous (see graphic for data filter).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Martin_0-1644352147781.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39782i8DD7654FC8A8A402/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Martin_0-1644352147781.png" alt="Martin_0-1644352147781.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Martin_1-1644352163768.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39783iF17C3A9696100D8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Martin_1-1644352163768.png" alt="Martin_1-1644352163768.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to get rid of the "&lt;FONT color="#FF0000"&gt;.0&lt;/FONT&gt;" in the data filter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:10:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459347#M70440</guid>
      <dc:creator>Martin</dc:creator>
      <dc:date>2023-06-09T18:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter Date/Time with extra ".0"</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459375#M70445</link>
      <description>&lt;P&gt;If you set the following Custom Format for you date column, the Local Data Filter will drop the .0&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644354169797.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39786iEB675CEEC7C21056/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1644354169797.png" alt="txnelson_0-1644354169797.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Char( Format( :value, "m/d/y" ) ) || " " || Char( Hour( :value ) ) || ":" || Char( Minute( :value ) ) || ":" || Char( Round( Second( :value ) ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 21:03:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459375#M70445</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-08T21:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter Date/Time with extra ".0"</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459376#M70446</link>
      <description>&lt;P&gt;&amp;nbsp;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;, I will try that. But it appears you are saying I need a new "second" date column for this to work - is that correct?&amp;nbsp; I guess another way to approach this is to use a For Each Row and replace the data that is there with this new value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 21:08:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459376#M70446</guid>
      <dc:creator>Martin</dc:creator>
      <dc:date>2022-02-08T21:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter Date/Time with extra ".0"</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459378#M70448</link>
      <description>&lt;P&gt;You do not need a new column.&amp;nbsp; Second() is just a function that extracts the number of seconds value from the Date/Time column&lt;/P&gt;
&lt;P&gt;Attached is the example data table I used for my last response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 21:20:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-Date-Time-with-extra-quot-0-quot/m-p/459378#M70448</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-08T21:20:38Z</dc:date>
    </item>
  </channel>
</rss>

