pub fn months_between( date1: impl Into<Column>, date2: impl Into<Column>, round_off: Option<bool>, ) -> Column
Returns number of months between dates date1 and date2.