Skip to main content

builtin_dot_date

Function builtin_dot_date 

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

.Date — construct a Date object from numeric days since epoch.

@param xx numeric: days since 1970-01-01 @return Date object @namespace base