<?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 Difference between Two dates (months) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329898#M73868</link>
    <description>&lt;P&gt;Hello, how can I obtain difference between two dates&amp;nbsp;in months, example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATE1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESULT&lt;/P&gt;&lt;P&gt;01MAY2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01AUG2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/P&gt;&lt;P&gt;01JAN2010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01DEC2010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2017 21:07:55 GMT</pubDate>
    <dc:creator>Angel_Saenz</dc:creator>
    <dc:date>2017-02-03T21:07:55Z</dc:date>
    <item>
      <title>Difference between Two dates (months)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329898#M73868</link>
      <description>&lt;P&gt;Hello, how can I obtain difference between two dates&amp;nbsp;in months, example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATE1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESULT&lt;/P&gt;&lt;P&gt;01MAY2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01AUG2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/P&gt;&lt;P&gt;01JAN2010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01DEC2010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 21:07:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329898#M73868</guid>
      <dc:creator>Angel_Saenz</dc:creator>
      <dc:date>2017-02-03T21:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Two dates (months)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329901#M73870</link>
      <description>&lt;P&gt;INTCK()&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 21:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329901#M73870</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-03T21:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Two dates (months)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329909#M73874</link>
      <description>Reeza, you could be more specific like:&lt;BR /&gt;INTCK('month',DATE1,DATE2);&lt;BR /&gt;But I think you are trying to make me research, jaja just kidding, thank you for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 03 Feb 2017 21:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329909#M73874</guid>
      <dc:creator>Angel_Saenz</dc:creator>
      <dc:date>2017-02-03T21:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Two dates (months)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329917#M73879</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/107284"&gt;@Angel_Saenz&lt;/a&gt; wrote:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I think you are trying to make me research, jaja just kidding, thank you for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pretty much. Learn how to navigate the functions...it's faster than asking questions and waiting for a response. I still look them up on a regular basis. I don't know the answers to all these questions, but I know where to find the answer.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Difference-between-Two-dates-months/m-p/329917#M73879</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-03T22:23:08Z</dc:date>
    </item>
  </channel>
</rss>

