<?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 Extract the month, in text, from a JMP Date column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Extract-the-month-in-text-from-a-JMP-Date-column/m-p/802185#M97830</link>
    <description>&lt;P&gt;I can extract a month number from a date variable, but it is numeric only (1-12).&amp;nbsp; I know I can create a Match and force 1 = Jan, 5 = May, etc.&amp;nbsp; Is there a way I can use a simple formula to accomplish this?&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a retired dinosaur user - JMP 8&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 05:17:49 GMT</pubDate>
    <dc:creator>daultman</dc:creator>
    <dc:date>2024-09-27T05:17:49Z</dc:date>
    <item>
      <title>Extract the month, in text, from a JMP Date column</title>
      <link>https://community.jmp.com/t5/Discussions/Extract-the-month-in-text-from-a-JMP-Date-column/m-p/802185#M97830</link>
      <description>&lt;P&gt;I can extract a month number from a date variable, but it is numeric only (1-12).&amp;nbsp; I know I can create a Match and force 1 = Jan, 5 = May, etc.&amp;nbsp; Is there a way I can use a simple formula to accomplish this?&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a retired dinosaur user - JMP 8&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 05:17:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extract-the-month-in-text-from-a-JMP-Date-column/m-p/802185#M97830</guid>
      <dc:creator>daultman</dc:creator>
      <dc:date>2024-09-27T05:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the month, in text, from a JMP Date column</title>
      <link>https://community.jmp.com/t5/Discussions/Extract-the-month-in-text-from-a-JMP-Date-column/m-p/802223#M97839</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with up to date JMP Versions its very straightforward so this might help others searching for the same thing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right Click on the Date Column (date in my case) -&amp;gt;&amp;nbsp; New Formula Column -&amp;gt; Date Time -&amp;gt; Month Abbr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be the jsl code for new formula column:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Substr( Format( :date, "Monddyyyy" ), 1, 3 )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This might not work for JMP 8 but you can try it out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 07:44:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extract-the-month-in-text-from-a-JMP-Date-column/m-p/802223#M97839</guid>
      <dc:creator>Jonas_Rinne</dc:creator>
      <dc:date>2024-09-27T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the month, in text, from a JMP Date column</title>
      <link>https://community.jmp.com/t5/Discussions/Extract-the-month-in-text-from-a-JMP-Date-column/m-p/802238#M97842</link>
      <description>&lt;P&gt;Thank you for your very rapid reply.&amp;nbsp; I had previously searched the forum and found your suggested solution.&amp;nbsp; My version is ancient, and there is very limited right-clicking available.&amp;nbsp; I'm amazed my old program still works (Win11 and still alive).&amp;nbsp; I can easily extract the month out of the JMP date data, but is only numerical.&amp;nbsp; My backup is to create a Match formula and do the number-to-text conversion manually.&amp;nbsp; Not a big deal, really.&amp;nbsp; In my working years, we used JMP exclusively, mainly for DOE an exploratory analytics.&amp;nbsp; Now, I just play with it vs. EXCEL.&amp;nbsp; It's all good.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 07:59:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extract-the-month-in-text-from-a-JMP-Date-column/m-p/802238#M97842</guid>
      <dc:creator>daultman</dc:creator>
      <dc:date>2024-09-27T07:59:31Z</dc:date>
    </item>
  </channel>
</rss>

