Skip to main content

date_trunc

Function date_trunc 

Source
pub fn date_trunc<T>(
    part: impl IntoExpr<String>,
    value: impl IntoExpr<T>,
) -> Expr<T>