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