<?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: DATE FORMAT in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781248#M38368</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;When I do the code below, the variable "dt_current" does not return the format I want.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;From now on, when you are not getting the desired result, please SHOW US what you are getting, and explain what you want. From now on, don't make us ask to see what you are getting; show us before we ask.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 13:59:04 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-11-19T13:59:04Z</dc:date>
    <item>
      <title>DATE FORMAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781247#M38367</link>
      <description>I have two date variables that I need to format the variable "dt" has the "DDMMYY10." format; and the variable "dt_current" has the "E8601DT26.6" format. 


When I do the code below, the variable "dt_current" does not return the format I want. 
What format should I use? 

proc sql;
create table NV2 as
select DT format=monyy5., DT_CURRENT format=monyy5.
from NV1;
quit;</description>
      <pubDate>Fri, 19 Nov 2021 13:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781247#M38367</guid>
      <dc:creator>Thalitacosta</dc:creator>
      <dc:date>2021-11-19T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: DATE FORMAT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781248#M38368</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;When I do the code below, the variable "dt_current" does not return the format I want.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;From now on, when you are not getting the desired result, please SHOW US what you are getting, and explain what you want. From now on, don't make us ask to see what you are getting; show us before we ask.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 13:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/DATE-FORMAT/m-p/781248#M38368</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-19T13:59:04Z</dc:date>
    </item>
  </channel>
</rss>

