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. boraborasa

    Converting seconds since midnight Jan1, 1970 to a proper date/time

    I was able to figure it out after I posted the question. Thanks a lot for your help. Bora
  2. boraborasa

    Converting seconds since midnight Jan1, 1970 to a proper date/time

    I had records that appeared as numbers such as 988,650,723 which is in fact a date field. I was able to convert this to a proper date by using the following formula: Datevar NewDate:=Truncate({slips.c_date}/86400)+Date(1970,1,1); Now this field is a date field such as 4/30/2001. However, now I...

Part and Inventory Search

Back
Top