verifyDateEntry {KarsTS} | R Documentation |
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 |
Author(s)
Marina Saez Andreu
[Package KarsTS version 2.4.1 Index]