<?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: Format Date Column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/47325#M26990</link>
    <description>&lt;P&gt;Thanks for the quick response, worked perfectly.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 16:02:15 GMT</pubDate>
    <dc:creator>mallen810</dc:creator>
    <dc:date>2017-11-16T16:02:15Z</dc:date>
    <item>
      <title>Format Date Column</title>
      <link>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/47323#M26988</link>
      <description>&lt;P&gt;I am importing some sql data and it is bringing in the dates as data type Character and nominal model type (2017-11-01) and I am having an issue changing it to a workable date format such as (11/1/17). How do I reformat to this date type? I am attaching the data table for your review.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:49:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/47323#M26988</guid>
      <dc:creator>mallen810</dc:creator>
      <dc:date>2017-11-16T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date Column</title>
      <link>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/47324#M26989</link>
      <description>&lt;P&gt;Here is how to easily do what you want&lt;/P&gt;
&lt;P&gt;1. Right click on the column header for pack_date and select Column&amp;nbsp; Info&lt;/P&gt;
&lt;P&gt;2. In the Column Info window, change the Data Type from Character to Numeric&lt;/P&gt;
&lt;P&gt;3. Click on the down arrow for the format and go to Date and select "m/d/y"&lt;/P&gt;
&lt;P&gt;4. Click on the down arrow for the Input Format and go to Date and select "y/m/d"&lt;/P&gt;
&lt;P&gt;5. Click on OK&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:58:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/47324#M26989</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-16T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date Column</title>
      <link>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/47325#M26990</link>
      <description>&lt;P&gt;Thanks for the quick response, worked perfectly.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:02:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/47325#M26990</guid>
      <dc:creator>mallen810</dc:creator>
      <dc:date>2017-11-16T16:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date Column</title>
      <link>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/819021#M99720</link>
      <description>&lt;P&gt;how to copy the column property to into a script, I did exactly copy paste the script, but when I run the script, this pasted script doesn't work.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 15:05:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/819021#M99720</guid>
      <dc:creator>Larry_Wang</dc:creator>
      <dc:date>2024-11-25T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date Column</title>
      <link>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/819022#M99721</link>
      <description>&lt;P&gt;Here is the JSL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=current data table();

:pack_date &amp;lt;&amp;lt; data type(numeric)&amp;lt;&amp;lt;informat("y/d/d")&amp;lt;&amp;lt;format("m/d/y");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and this is the JSL that JMP generated when I did the conversion interactively&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
// Change column info: pack_date
Data Table( "BallMillHistory" ):pack_date &amp;lt;&amp;lt;
Set Data Type(
	Numeric,
	Format( "y/m/d", 10 ),
	Input Format( "y/m/d" ),
	Format( "m/d/y", 12 )
) &amp;lt;&amp;lt; Set Modeling Type( "None" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 15:20:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Format-Date-Column/m-p/819022#M99721</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-11-25T15:20:40Z</dc:date>
    </item>
  </channel>
</rss>

