Learn R Programming

KarsTS (version 2.4.1)

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)

Arguments

valSecs

Seconds

valMins

Minutes

valHour

Hour

valDay

Day

valMonth

Month

valYear

Year