<?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 Date format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812046#M320363</link>
    <description>&lt;P&gt;Hi! I was wondering if anyone could possibly help me. I am asked to plot enrollment by month when enrollment variable is in mm/dd/yyyy format. How can I change it to just mm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 00:56:09 GMT</pubDate>
    <dc:creator>maribelchahine</dc:creator>
    <dc:date>2022-05-09T00:56:09Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812046#M320363</link>
      <description>&lt;P&gt;Hi! I was wondering if anyone could possibly help me. I am asked to plot enrollment by month when enrollment variable is in mm/dd/yyyy format. How can I change it to just mm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 00:56:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812046#M320363</guid>
      <dc:creator>maribelchahine</dc:creator>
      <dc:date>2022-05-09T00:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812060#M320366</link>
      <description>You can use a month function, month(), to extract the month from that variable.</description>
      <pubDate>Mon, 09 May 2022 03:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812060#M320366</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2022-05-09T03:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812064#M320370</link>
      <description>&lt;P&gt;You could try the MONYY7. (eg Jan2022) SAS Format. That will ensure your dates are plotted correctly in date order even if they spread over multiple years.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 03:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812064#M320370</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-05-09T03:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812078#M320383</link>
      <description>&lt;P&gt;A custom date format could help, have a look at the docs of proc format and picture-type-formats. You have to be 100% sure that the source has data of a single year, only and always. If not using the format suggest by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt; is the easiest route to solve the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 05:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-format/m-p/812078#M320383</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-05-09T05:47:41Z</dc:date>
    </item>
  </channel>
</rss>

