Hello Everyone,
I am trying to write today’s date into a cell in excel file using write cell activity. I am using System.Date.Now.ToString(“MM/dd/yyyy”) as value. While running/debugging I can see that i am getting only date without any timestamp where as when i am writing it on excel it is printing as below.
To be written in Excel
Expected : 12/16/2021
Actual : 12/16/2021 0:00 (0:00 referring as 12:00:00 AM)
Atlast i am writing this data into a csv file using Write CSV activity
Could someone help me on this to only write date, month and year not time stamp @Palaniyappan @Lahiru.Fernando or anyone. Thanks