<?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: Convert string date to a different string date in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Convert-string-date-to-a-different-string-date/m-p/62491#M17770</link>
    <description>[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
	indate = "August 15, 2010";&lt;BR /&gt;
	outdate = PUT(INPUT(indate, ANYDTDTE15.), MMDDYY8.) ;&lt;BR /&gt;
	put indate= outdate=;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Yields:&lt;BR /&gt;
[pre]&lt;BR /&gt;
indate=August 15, 2010 outdate=08/15/10&lt;BR /&gt;
[/pre]</description>
    <pubDate>Tue, 10 Aug 2010 19:51:51 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2010-08-10T19:51:51Z</dc:date>
    <item>
      <title>Convert string date to a different string date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-string-date-to-a-different-string-date/m-p/62490#M17769</link>
      <description>Hi ~,&lt;BR /&gt;
&lt;BR /&gt;
Could someone help me to convert "August 15, 2010" into "08/15/10"?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help.&lt;BR /&gt;
&lt;BR /&gt;
Lani</description>
      <pubDate>Tue, 10 Aug 2010 18:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-string-date-to-a-different-string-date/m-p/62490#M17769</guid>
      <dc:creator>Lani</dc:creator>
      <dc:date>2010-08-10T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string date to a different string date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-string-date-to-a-different-string-date/m-p/62491#M17770</link>
      <description>[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
	indate = "August 15, 2010";&lt;BR /&gt;
	outdate = PUT(INPUT(indate, ANYDTDTE15.), MMDDYY8.) ;&lt;BR /&gt;
	put indate= outdate=;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Yields:&lt;BR /&gt;
[pre]&lt;BR /&gt;
indate=August 15, 2010 outdate=08/15/10&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 10 Aug 2010 19:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-string-date-to-a-different-string-date/m-p/62491#M17770</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-08-10T19:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string date to a different string date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-string-date-to-a-different-string-date/m-p/62492#M17771</link>
      <description>Tim,&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot!&lt;BR /&gt;
&lt;BR /&gt;
Lani</description>
      <pubDate>Tue, 10 Aug 2010 20:42:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-string-date-to-a-different-string-date/m-p/62492#M17771</guid>
      <dc:creator>Lani</dc:creator>
      <dc:date>2010-08-10T20:42:03Z</dc:date>
    </item>
  </channel>
</rss>

