<?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 Formating Date Time in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681110#M205972</link>
    <description>&lt;P&gt;I have the following code I am using and the output for a field I need as Date Time Formating&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; DATES;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Format&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CURRENT_DATE&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;EXP_DATE&lt;/P&gt;
&lt;P&gt;REPORT_DATE&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;date9.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CURRENT_DATE = today();&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;EXP_DATE = today()+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;REPORT_DATE = intnx(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'Month'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,CURRENT_DATE,-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'E'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Symput(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'CURRENT_DATE'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,CURRENT_DATE);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Symput(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'REPORT_DATE'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,REPORT_DATE);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Symput(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'EXP_DATE'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,EXP_DATE);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my select statement I use :&lt;/P&gt;
&lt;P&gt;Select &amp;amp;CURRENT_DATE format=datetime19. as CREATION_DATE_TIME&lt;/P&gt;
&lt;P&gt;but instead of todays datetime, I am getting "01JAN1960:06:09:20"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing incorrectly? if I use format = mmddyy10. I get the right date, just not the proper format I am after.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 17:58:03 GMT</pubDate>
    <dc:creator>Jyuen204</dc:creator>
    <dc:date>2020-09-02T17:58:03Z</dc:date>
    <item>
      <title>Formating Date Time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681110#M205972</link>
      <description>&lt;P&gt;I have the following code I am using and the output for a field I need as Date Time Formating&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; DATES;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Format&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CURRENT_DATE&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;EXP_DATE&lt;/P&gt;
&lt;P&gt;REPORT_DATE&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;date9.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CURRENT_DATE = today();&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;EXP_DATE = today()+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;REPORT_DATE = intnx(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'Month'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,CURRENT_DATE,-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'E'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Symput(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'CURRENT_DATE'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,CURRENT_DATE);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Symput(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'REPORT_DATE'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,REPORT_DATE);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Symput(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'EXP_DATE'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,EXP_DATE);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my select statement I use :&lt;/P&gt;
&lt;P&gt;Select &amp;amp;CURRENT_DATE format=datetime19. as CREATION_DATE_TIME&lt;/P&gt;
&lt;P&gt;but instead of todays datetime, I am getting "01JAN1960:06:09:20"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing incorrectly? if I use format = mmddyy10. I get the right date, just not the proper format I am after.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 17:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681110#M205972</guid>
      <dc:creator>Jyuen204</dc:creator>
      <dc:date>2020-09-02T17:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Date Time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681113#M205975</link>
      <description>&lt;P&gt;Use a &lt;EM&gt;date&lt;/EM&gt; format for your new variable, not a &lt;EM&gt;datetime&lt;/EM&gt; format. A datetime format expects a &lt;U&gt;count of seconds&lt;/U&gt; from 1960-01-01:00:00:00, while a date is a &lt;U&gt;count of days&lt;/U&gt; from 1960-01-01.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681113#M205975</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-02T18:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Date Time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681115#M205976</link>
      <description>&lt;P&gt;you are trying to format a number that is converted as string to date format. Instead store the value in macro variable with date format.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data DATES;

Format CURRENT_DATE

EXP_DATE

REPORT_DATE

date9.;

 

CURRENT_DATE = today();


EXP_DATE = today()+8;

REPORT_DATE = intnx('Month',CURRENT_DATE,-1,'E');

Call Symput('CURRENT_DATE',put(CURRENT_DATE,date9.));

Call Symput('REPORT_DATE',put(REPORT_DATE,date9.));

Call Symput('EXP_DATE',put(EXP_DATE,date9.));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681115#M205976</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-09-02T18:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Date Time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681123#M205981</link>
      <description>&lt;P&gt;Sorry I'm not really following. when I use the below code, the first field comes back with correct date, but the second field using the datetime19. does not.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;sql&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;select&lt;/FONT&gt; &lt;FONT face="Courier New" size="3"&gt; &amp;amp;CURRENT_DATE format=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;mmddyy10.&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;as&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CREATION_DATE_TIME,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;CURRENT_DATE format= &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;datetime19.&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;as&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CREATION_DATE_TIME&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;from&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; BI9146_TMP;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681123#M205981</guid>
      <dc:creator>Jyuen204</dc:creator>
      <dc:date>2020-09-02T18:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Date Time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681128#M205985</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/263957"&gt;@Jyuen204&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A DateTime format cannot be directly applied to a Date value.&amp;nbsp; Date is a count of days, and DateTime is a count of seconds.&amp;nbsp; I believe to convert a Date value to a DateTime value, you'd have to multiply by 24 x 60 x 60 x 60.&amp;nbsp; I think that's right, but check me.&amp;nbsp; Multiplying a Date value by 24 gives the number of days.&amp;nbsp; Multiplying by the first 60 gives the number of hours.&amp;nbsp; Multiplying by the second 60 gives the number of minutes.&amp;nbsp; Multiplying by the third 60 gives the number of seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simpler approach if you just want the current DateTime value as your creation date might be:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC	SQL;
	CREATE	TABLE	WORK.New_Table	AS
		SELECT	DATETIME()	AS	CREATION_DATE_TIME	FORMAT=DATETIME19.
			FROM	WORK.Existing_Table;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Of course you'd need to add additional columns, but the first column would look like the below which I think is what you want, yes?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Results_Set_DateTime_2020-09-02_11-30-22.jpg" style="width: 173px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48926i0A4923A1B4E16002/image-size/large?v=v2&amp;amp;px=999" role="button" title="Results_Set_DateTime_2020-09-02_11-30-22.jpg" alt="Results_Set_DateTime_2020-09-02_11-30-22.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:49:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681128#M205985</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-02T18:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Date Time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681130#M205986</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/263957"&gt;@Jyuen204&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Sorry I'm not really following. when I use the below code, the first field comes back with correct date, but the second field using the datetime19. does not.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;sql&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;select&lt;/FONT&gt; &lt;FONT face="Courier New" size="3"&gt; &amp;amp;CURRENT_DATE format=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;mmddyy10.&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;as&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CREATION_DATE_TIME,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;CURRENT_DATE format= &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;datetime19.&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;as&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CREATION_DATE_TIME&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;from&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; BI9146_TMP;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is exactly what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;was telling you. If you format a DATE with a DATETIME format, you get nonsensical answers.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:39:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681130#M205986</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-02T18:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Date Time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681131#M205987</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/263957"&gt;@Jyuen204&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Sorry I'm not really following. when I use the below code, the first field comes back with correct date, but the second field using the datetime19. does not.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;sql&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;select&lt;/FONT&gt; &lt;FONT face="Courier New" size="3"&gt; &amp;amp;CURRENT_DATE format=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;mmddyy10.&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;as&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CREATION_DATE_TIME,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;CURRENT_DATE format= &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;datetime19.&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;as&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CREATION_DATE_TIME&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;from&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; BI9146_TMP;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is because a&amp;nbsp;&lt;STRONG&gt;DATETIME&lt;/STRONG&gt; format is not suited for&amp;nbsp;&lt;STRONG&gt;DATES&lt;/STRONG&gt;, as I explained earlier.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-Date-Time/m-p/681131#M205987</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-02T18:42:24Z</dc:date>
    </item>
  </channel>
</rss>

