Printing Specific Columns

Give a try at:

Assign Activity:
LHS: dtFiltered |Datatype: dtFiltered
RHS:

(From d in YourDataTableVar.AsEnumerable
Where CDate(d(2).toString.Trim).Date = new DateTime(2022,4,18).Date
Select r=d).CopyToDataTable

For Adoptions and further analysis have a look here: