Date formatting in studio

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

@Abhi5

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.

@Abhi5

Its only a formatting different

Open in notepad or notepad++ to check

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.