castDateString {toolbox} | R 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())
[Package toolbox version 0.1.1 Index]