<?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 related in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Date-related/m-p/921613#M362931</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;What is difference between worddate and nldatel formates&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you&amp;nbsp; explain with examples above formats&lt;/P&gt;</description>
    <pubDate>Sun, 24 Mar 2024 04:34:35 GMT</pubDate>
    <dc:creator>BrahmanandaRao</dc:creator>
    <dc:date>2024-03-24T04:34:35Z</dc:date>
    <item>
      <title>Date related</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-related/m-p/921613#M362931</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;What is difference between worddate and nldatel formates&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you&amp;nbsp; explain with examples above formats&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 04:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-related/m-p/921613#M362931</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2024-03-24T04:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date related</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-related/m-p/921614#M362932</link>
      <description>&lt;P&gt;Obvious difference is national language rules for displaying dates.&lt;/P&gt;
&lt;P&gt;Second&amp;nbsp; is how&amp;nbsp; a particular format will display a given value with a short length.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data _null_;
   d = today();
   put d= worddate10.;
   put d= worddate15.;
   put d= worddate20.;
   put d= nldate10.;
   put d= nldate15.;
run;&lt;/PRE&gt;
&lt;P&gt;On my system today the log shows:&lt;/P&gt;
&lt;PRE&gt;d=March
d=Mar 23, 2024
d=March 23, 2024
d=03/23/2024
d=March 23, 2024
&lt;/PRE&gt;
&lt;P&gt;In my default US national language support note that the Worddate examples (the first 3) pretty much start the same just adding text in different places as more character positions are specified.&lt;/P&gt;
&lt;P&gt;NLDATE chose a very different display for the short version.&lt;/P&gt;
&lt;P&gt;No idea what any specific other language might prefer.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 04:51:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-related/m-p/921614#M362932</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-03-24T04:51:27Z</dc:date>
    </item>
  </channel>
</rss>

