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 Chris Miller 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. annupam2003

    Diffrent Date calculation

    FUNCTION Date_diff(old_date as String, new_date as String) as String dd2=CTOD(new_date) dd1=CTOD(old_date) *!* dd2={02/03/2012} *!* dd1={01/01/2012} result=dd2-dd1 IF result < 0 MESSAGEBOX("Check the Date") return endif xxYear=0 xxMonth=0 xxDay=0 j=0 k=result z=0 IF result > 365 FOR I=0 TO...

Part and Inventory Search

Back
Top