<?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 I need Python to create a file with dd/mm/yyyy formact as its name. I'm new to python any help ? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/i-need-python-to-create-a-file-with-dd-mm-yyyy/m-p/600684#M46926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;filename&amp;gt;dd/mm/yyyy should be the&amp;nbsp;formact of the file name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2016 09:18:51 GMT</pubDate>
    <dc:creator>AbhijitAnand</dc:creator>
    <dc:date>2016-08-25T09:18:51Z</dc:date>
    <item>
      <title>I need Python to create a file with dd/mm/yyyy formact as its name. I'm new to python any help ?</title>
      <link>https://community.esri.com/t5/python-questions/i-need-python-to-create-a-file-with-dd-mm-yyyy/m-p/600684#M46926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;filename&amp;gt;dd/mm/yyyy should be the&amp;nbsp;formact of the file name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 09:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-need-python-to-create-a-file-with-dd-mm-yyyy/m-p/600684#M46926</guid>
      <dc:creator>AbhijitAnand</dc:creator>
      <dc:date>2016-08-25T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: I need Python to create a file with dd/mm/yyyy formact as its name. I'm new to python any help ?</title>
      <link>https://community.esri.com/t5/python-questions/i-need-python-to-create-a-file-with-dd-mm-yyyy/m-p/600685#M46927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;# name has a "time stamp"&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; datetime
Now &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;now&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
DateTimeStamp &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"_{:%Y%m%d_%H%M}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Now&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
outFile &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"FileBasename"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; DateTimeStamp &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;".ext"&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:45:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-need-python-to-create-a-file-with-dd-mm-yyyy/m-p/600685#M46927</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2021-12-12T01:45:44Z</dc:date>
    </item>
  </channel>
</rss>

