<?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: Creating a column and Filling all rows by a date and time in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Creating-a-column-and-Filling-all-rows-by-a-date-and-time/m-p/926773#M108455</link>
    <description>&lt;P&gt;Can't thank you enough for this. Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 21:03:44 GMT</pubDate>
    <dc:creator>NewToThis</dc:creator>
    <dc:date>2026-01-27T21:03:44Z</dc:date>
    <item>
      <title>Creating a column and Filling all rows by a date and time</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-column-and-Filling-all-rows-by-a-date-and-time/m-p/926749#M108452</link>
      <description>&lt;P&gt;I Want to create a column named, say, :CHANGE and then fill all rows by a date in the format&amp;nbsp;01/15/2026 7:02:26 PM. How do I do that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason JSL does not recognize this format&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 20:48:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-column-and-Filling-all-rows-by-a-date-and-time/m-p/926749#M108452</guid>
      <dc:creator>NewToThis</dc:creator>
      <dc:date>2026-01-27T20:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a column and Filling all rows by a date and time</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-column-and-Filling-all-rows-by-a-date-and-time/m-p/926759#M108453</link>
      <description>&lt;P&gt;In my opinion only reliable way to format your dates to specific format in JMP (while keeping them as numeric) is to use Format Pattern&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = New Table("Untitled",
	Add Rows(7),
	Compress File When Saved(1)
);

dt &amp;lt;&amp;lt; New Column("CHANGE", Numeric, Continuous, Format("Format Pattern", "&amp;lt;MM&amp;gt;/&amp;lt;DD&amp;gt;/&amp;lt;YYYY&amp;gt; &amp;lt;hh&amp;gt;:&amp;lt;mm&amp;gt;:&amp;lt;ss&amp;gt;&amp;lt;AMPM&amp;gt;", 21, 0), Set Each Value(
	15Jan202619:02:27
));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.2/#page/jmp/date-and-time-functions.shtml#" target="_blank" rel="noopener"&gt; JSL Syntax Reference &amp;gt; JSL Functions, Operators, and Messages &amp;gt; Date and Time Functions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.2/#page/jmp/numeric-formats.shtml#ww953202" target="_blank" rel="noopener"&gt; Using JMP &amp;gt; Set JMP Column Properties &amp;gt; About the Column Info Window &amp;gt; Numeric Formats&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 20:54:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-column-and-Filling-all-rows-by-a-date-and-time/m-p/926759#M108453</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-01-27T20:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a column and Filling all rows by a date and time</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-column-and-Filling-all-rows-by-a-date-and-time/m-p/926773#M108455</link>
      <description>&lt;P&gt;Can't thank you enough for this. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 21:03:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-column-and-Filling-all-rows-by-a-date-and-time/m-p/926773#M108455</guid>
      <dc:creator>NewToThis</dc:creator>
      <dc:date>2026-01-27T21:03:44Z</dc:date>
    </item>
  </channel>
</rss>

