<?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/time parsing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/date-time-parsing/m-p/613940#M179396</link>
    <description>&lt;P&gt;I currently have the date/time format in this: "Thurs Dec 19 12:30:31 2019"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create a new variable so that I am just shown date/time: 19DEC19 12:30:31"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using this as my guide but there is no format that falls in the category above: &lt;A href="https://v8doc.sas.com/sashtml/lrcon/zenid-63.htm" target="_blank"&gt;https://v8doc.sas.com/sashtml/lrcon/zenid-63.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2019 18:37:02 GMT</pubDate>
    <dc:creator>aishajennifer1</dc:creator>
    <dc:date>2019-12-26T18:37:02Z</dc:date>
    <item>
      <title>date/time parsing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-time-parsing/m-p/613940#M179396</link>
      <description>&lt;P&gt;I currently have the date/time format in this: "Thurs Dec 19 12:30:31 2019"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create a new variable so that I am just shown date/time: 19DEC19 12:30:31"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using this as my guide but there is no format that falls in the category above: &lt;A href="https://v8doc.sas.com/sashtml/lrcon/zenid-63.htm" target="_blank"&gt;https://v8doc.sas.com/sashtml/lrcon/zenid-63.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 18:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-time-parsing/m-p/613940#M179396</guid>
      <dc:creator>aishajennifer1</dc:creator>
      <dc:date>2019-12-26T18:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: date/time parsing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-time-parsing/m-p/613958#M179397</link>
      <description>&lt;P&gt;Use the scan() function to extract the 3rd, 2nd and 5th "word", concatenate and use the date9. informat to convert to a date. Use the time8. informat on the 4th "word", and then you can build the datetime from the date and time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/304798"&gt;@aishajennifer1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I currently have the date/time format in this: "Thurs Dec 19 12:30:31 2019"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to create a new variable so that I am just shown date/time: 19DEC19 12:30:31"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using this as my guide but there is no format that falls in the category above: &lt;A href="https://v8doc.sas.com/sashtml/lrcon/zenid-63.htm" target="_blank" rel="noopener"&gt;https://v8doc.sas.com/sashtml/lrcon/zenid-63.htm&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 19:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-time-parsing/m-p/613958#M179397</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-26T19:22:32Z</dc:date>
    </item>
  </channel>
</rss>

