Description Usage Format Details Value Methods Author(s) See Also
ValidatorDate Class for validating and parsing dates
1 |
An object of class R6ClassGenerator of length 24.
This class provide a methods for validating and parsing dates. This class uses the 'parsedate' package to return a POSIXct object for any recognizable date format.
date A POSIXct date object if the date was recognized or FALSE otherwise.
new()Creates an object of ValidatorDate class
validate(date)Method for validating and parsing dates
John James, jjames@datasciencesalon.org
Other Validation Classes: Authorizer,
Validator0, ValidatorClass,
ValidatorExists,
ValidatorLogical,
ValidatorName,
ValidatorNoSpaces,
ValidatorNotEmpty,
ValidatorNumeric,
ValidatorPath,
ValidatorString,
ValidatorUrl, Validator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.