datediff+date Questions - RunSubmit.com most recent 30 from http://www.runsubmit.com 2010-09-09T12:00:50Z http://www.runsubmit.com/feeds/tag/datediff%2bdate http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://www.runsubmit.com/questions/81/finding-the-of-days-between-two-dates Finding the # of days between two dates? SAS-L 2009-10-30T11:11:36Z 2010-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>