datediff+date Questions - RunSubmit.commost recent 30 from http://www.runsubmit.com2010-09-09T12:00:50Zhttp://www.runsubmit.com/feeds/tag/datediff%2bdatehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://www.runsubmit.com/questions/81/finding-the-of-days-between-two-datesFinding the # of days between two dates?SAS-L2009-10-30T11:11:36Z2010-06-17T14:44:50Z
<p>I have data like: </p>
<pre><code> patid startdate endday
01S1003 9/30/2008 3/16/2009
</code></pre>
<p>How do I find the number of days bewteen <code>startdate</code> and <code>endday</code>?</p>