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 dencom 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: *

  • Users: keArts
  • Content: Threads
  • Order by date
  1. keArts

    How to convert a date string into a true date?

    I have a date field (4/8/2010 M/D/YYYY) that is in a string. I need to converet it into a date field. I have tried the following: StringVar DT := {Prt.Prt_Registration_Date}; NumberVar YR := Val (Split (DT , '/')[3]); if YR < 50 then YR := YR + 2000 else if YR < 1000 then YR := YR + 1900...

Part and Inventory Search

Back
Top