pub fn to_date<'a, T, U>(expr: T, format: U) -> ExprNode<'a>where
    T: Into<ExprNode<'a>>,
    U: Into<ExprNode<'a>>,