fn builtin_strftime(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Format a POSIXct date-time as a character string.
@param x a POSIXct object @param format strftime-style format string (default ā%Y-%m-%d %H:%M:%Sā) @return character string representation