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 strongm 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. unnzteenz

    How to check whether the date is valid or not

    hi thnx for the reply actually the issue is that i hv writtena certain peice of code : *********************************************************** If fLastStmtDate1 Is Null Then Let fLastStmtDate1 = Date(fStmtNextDate) - 1 Units Month; End If; Let fLastStmtDate2 = Date(fLastStmtDate1) + 1...
  2. unnzteenz

    How to check whether the date is valid or not

    Hi, I'm using a procedure in which i have to append the date by 1 unit, everytime the loop increases. I need to check whether the new processed date is valid or not. for eg: suppose my current date is 2007-02-28. on adding 1 it is giving me 2007-02-29. i hv to check whether it is a valid date or...

Part and Inventory Search

Back
Top