<?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 Change date format to day/month in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Change-date-format-to-day-month/m-p/707641#M26529</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have this date format: ddmmyyd10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to change that to only day/month ?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 11:58:46 GMT</pubDate>
    <dc:creator>mmea</dc:creator>
    <dc:date>2020-12-22T11:58:46Z</dc:date>
    <item>
      <title>Change date format to day/month</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-date-format-to-day-month/m-p/707641#M26529</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have this date format: ddmmyyd10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to change that to only day/month ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 11:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-date-format-to-day-month/m-p/707641#M26529</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2020-12-22T11:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format to day/month</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-date-format-to-day-month/m-p/707647#M26530</link>
      <description>&lt;P&gt;use a length of 5 instead&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   dt = '22dec2020'd;
   put dt ddmmyy5.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:28:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-date-format-to-day-month/m-p/707647#M26530</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-12-22T12:28:57Z</dc:date>
    </item>
  </channel>
</rss>

