Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Cauchy1412

    Converting character date to numeric date

    I figured it out. mmddyy10 instead of mmddyy8.
  2. Cauchy1412

    Converting character date to numeric date

    I have a SAS file where the dates (e.g. 6/25/2005) were formatted in Character type. I would like to compute elapsed number of days between entered dates, so I need to change the type in order to do this, correct? Here is what I tried: datevar1 = INPUT(DATE1A, mmddyy8.); datevar2 =...

Part and Inventory Search

Back
Top