dateNumeric {shinyTempSignal} | R Documentation |
Convert dates according to date format
Description
Convert dates according to date format
Usage
dateNumeric(date, format)
Arguments
date |
input a data extracted from labels, character |
format |
input format of the date, character |
Value
Returns a date of numeric type, numeric
Examples
dateNumeric(date = "1999-12-07", format = "yyyy-MM-dd")
[Package shinyTempSignal version 0.0.8 Index]