DateTime issue in csv file


i am getting this unwanted time in my csv output file. How I can remove this.

@imthesk01 Can you tell us what Exactly are you doing to get that File Format as Output ?

I am filtering my input file by date and getting output by using write range csv.

i have to filter my file having date greater than 23/03/2020 and using this below assign variable in filter datatable.
varID=(ParseExact(“23/03/2020”,“dd/MM/yyyy”,CultureInfo.InvariantCulture)

then write range to my outut file {System.Environment.CurrentDirectory+“/Data/Output/Report.xls”}