castDateString: Format a date string as " from a SQL database to a format...

View source: R/toolbox.R

castDateStringR Documentation

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)

Arguments

x

A string.

Value

A string, formatted YYYY-MM-DD.

Examples

castDateString(Sys.time())

toolbox documentation built on Sept. 22, 2022, 1:09 a.m.