verifyDateEntry: verifyDateEntry: verify date entries
Description
This function checks whether a date is valid or not.It has six inputs (seconds, minutes,hours,day,month and year); these come from a set of text entries.It is used internally.
Usage
verifyDateEntry(valSecs, valMins, valHour, valDay, valMonth, valYear)