Skip to main content

builtin_format_date

Function builtin_format_date 

Source
fn builtin_format_date(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Format a Date object as a character string.

@param x a Date object @param format strftime-style format string (default ā€œ%Y-%m-%dā€) @return character vector of formatted date strings