<?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: auto fill today's date into data table name in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467907#M71182</link>
    <description>&lt;P&gt;Thanks! But the date is not format in MM/DD/YYYY. It returns&amp;nbsp;3729589915.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 18:21:18 GMT</pubDate>
    <dc:creator>Isabel26</dc:creator>
    <dc:date>2022-03-08T18:21:18Z</dc:date>
    <item>
      <title>auto fill today's date into data table name</title>
      <link>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467867#M71179</link>
      <description>&lt;P&gt;I need to save as data table to xlsx AND auto adding today's date. For example, file name will be "old name 3/8/2022.xlsx" if I run the script on 3/8/2022, and&amp;nbsp; "old name 3/9/2022.xlsx" if I run the script on 3/9/2022. This is easy to do in SAS, and I assume JMP will be similar. Not sure how to fix the code. thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data Table( "old name" ) &amp;lt;&amp;lt; Save( "C:\old name || Today().xlsx" );&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:45:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467867#M71179</guid>
      <dc:creator>Isabel26</dc:creator>
      <dc:date>2023-06-10T23:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: auto fill today's date into data table name</title>
      <link>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467906#M71181</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/32325"&gt;@Isabel26&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;perhaps this will work:&lt;/P&gt;
&lt;P&gt;Data Table( "old name" ) &amp;lt;&amp;lt; Save( "C:\old name "|| char (Today())||".xlsx" );&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:05:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467906#M71181</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2022-03-08T18:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: auto fill today's date into data table name</title>
      <link>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467907#M71182</link>
      <description>&lt;P&gt;Thanks! But the date is not format in MM/DD/YYYY. It returns&amp;nbsp;3729589915.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:21:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467907#M71182</guid>
      <dc:creator>Isabel26</dc:creator>
      <dc:date>2022-03-08T18:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: auto fill today's date into data table name</title>
      <link>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467927#M71183</link>
      <description>&lt;P&gt;You need to Format the date:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Format( Today(), "ddMonYYYY" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two things to note:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You don't need Char() since Format() returns a character string.&lt;/LI&gt;
&lt;LI&gt;Avoid the formats that contain slashes (/) since they are used as directory delimiters. &amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:57:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467927#M71183</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2022-03-08T18:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: auto fill today's date into data table name</title>
      <link>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467930#M71185</link>
      <description>&lt;P&gt;Thank you! It worked perfectly.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 19:19:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/auto-fill-today-s-date-into-data-table-name/m-p/467930#M71185</guid>
      <dc:creator>Isabel26</dc:creator>
      <dc:date>2022-03-08T19:19:39Z</dc:date>
    </item>
  </channel>
</rss>

