Learn R Programming

shinyTempSignal (version 0.0.8)

dateNumeric: Convert dates according to date format

Description

Convert dates according to date format

Usage

dateNumeric(date, format)

Value

Returns a date of numeric type, numeric

Arguments

date

input a data extracted from labels, character

format

input format of the date, character

Examples

Run this code

dateNumeric(date = "1999-12-07", format = "yyyy-MM-dd")

Run the code above in your browser using DataLab