In the expression box for the textbox if I use your version as
=IIF (Len(Fields!pickup_dt.Value) = 8,dateserial(left(Fields!pickup_dt,4),mid(Fields!pickup_dt,5,2),right(Fields!pickup_dt,2)),false condition)
I get a syntax error on condition
When I run the report I get...