If i am writing data to csv even if i have written { item.ToString(“MM/dd/yyyy”) } but still i am getting time in csv file how to not write time i need only date
If you are trying to open the CSV file in excel then excel will format the date with time and show you but if you open it in text editor, it should be as you written it.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.