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