Skip to main content

builtin_sys_date

Function builtin_sys_date 

Source
fn builtin_sys_date(
    _args: &[RValue],
    _named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Get the current date.

@return a Date object representing today’s date