My date is change form 3/8/2024 to 8/3/2024. I have find the date by using lastSaturday.ToString(“dd/MM/yyyy”) but when i try to insert this result to my excel by using write cell activity , it change to wrong format.
The format is automatically change to system date format when you are writing date to the excel by using the Write cell activity. After using write cell activity use the Format cells activity to change the format of the cell to the required date format.
→ Give the range in the Source field.
→ Click on Set format option in Format cells activity.
→ Then select the custom option in the Category and give the dd/MM/yyyy in the blank field.