Learn R Programming

toolbox (version 0.1.1)

castDateString: Format a date string as " from a SQL database to a format compatible with a HTML date input value.

Description

Format a date string as " from a SQL database to a format compatible with a HTML date input value.

Usage

castDateString(x)

Value

A string, formatted YYYY-MM-DD.

Arguments

x

A string.

Examples

Run this code
castDateString(Sys.time())

Run the code above in your browser using DataLab