<?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: Dutch DATETIME LONG to SAS Date? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/503686#M72751</link>
    <description>This is master code!&lt;BR /&gt;Thanks so much! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Fri, 12 Oct 2018 12:09:13 GMT</pubDate>
    <dc:creator>MijnSGS2</dc:creator>
    <dc:date>2018-10-12T12:09:13Z</dc:date>
    <item>
      <title>Dutch DATETIME LONG to SAS Date?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502772#M72710</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible in SAS to convert a Dutch datetime like this one:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;09 oktober 2018 16:50:10 uur&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To a SAS date like: &lt;STRONG&gt;21466 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or to SAS seconds like this:&lt;STRONG&gt; 1854723010&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried datepart(my_date_variable) but no luck..&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502772#M72710</guid>
      <dc:creator>MijnSGS2</dc:creator>
      <dc:date>2018-10-09T15:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dutch DATETIME LONG to SAS Date?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502773#M72711</link>
      <description>&lt;P&gt;Do you have access to the raw datetime value in the source?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502773#M72711</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-09T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dutch DATETIME LONG to SAS Date?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502783#M72712</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;123  data _null_;
124     options locale=Dutch_Netherlands;
125     y=input('09 oktober 2018 16:50:10 uur', nldatm30.);
126     put y= y=datetime22.;
127     run;

y=1854723010 y=09OCT2018:16:50:10
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/143767"&gt;@MijnSGS2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible in SAS to convert a Dutch datetime like this one:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;09 oktober 2018 16:50:10 uur&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To a SAS date like: &lt;STRONG&gt;21466 &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;or to SAS seconds like this:&lt;STRONG&gt; 1854723010&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried datepart(my_date_variable) but no luck..&lt;/P&gt;
&lt;P&gt;Any help?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502783#M72712</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-10-09T16:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dutch DATETIME LONG to SAS Date?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502811#M72714</link>
      <description>&lt;P&gt;My oh my&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp; Sir, is there anything that you do not know about. Jeez, can't believe that knowledge transcends geography info. Hats off!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502811#M72714</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-10-09T17:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dutch DATETIME LONG to SAS Date?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502830#M72716</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;My oh my&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp; Sir, is there anything that you do not know about. Jeez, can't believe that knowledge transcends geography info. Hats off!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;&amp;nbsp;It is all about the documentation.&amp;nbsp;&lt;img id="cathappy" class="emoticon emoticon-cathappy" src="https://communities.sas.com/i/smilies/16x16_cat-happy.png" alt="Cat Happy" title="Cat Happy" /&gt;&amp;nbsp; I know SAS has national language support and that I needed an in-format.&amp;nbsp; I copied the example and&amp;nbsp;used&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/143767"&gt;@MijnSGS2&lt;/a&gt;&amp;nbsp;data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:09:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/502830#M72716</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-10-09T18:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dutch DATETIME LONG to SAS Date?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/503686#M72751</link>
      <description>This is master code!&lt;BR /&gt;Thanks so much! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 12 Oct 2018 12:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dutch-DATETIME-LONG-to-SAS-Date/m-p/503686#M72751</guid>
      <dc:creator>MijnSGS2</dc:creator>
      <dc:date>2018-10-12T12:09:13Z</dc:date>
    </item>
  </channel>
</rss>

