Read the data as per the date and write that data in output

Hi @Aregala_Yedukondalu ,

Try the below expression & let me know if it helps.
Input_DT.AsEnumerable.Where(Function(x) CDate(x(“date”).ToString(“dd-MM-yyyy”).Equals(Now.ToString(“dd-MM-yyyy”)).CopyToDataTable()

You can reref the below post for more details on the same.

Thanks,
Rohith

1 Like