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 gkittelson 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. rscsbl

    Date Validation

    Try this ... if (year2Check % 4 == 0 && (year2Check % 100 != 0 || year2Check % 400 == 0)) { month[2] = "29" } else { month[2] = "28" }

Part and Inventory Search

Back
Top