Have reporting I want to just have UiPath copy into an Excel file
1/1/2024 - Current Date, which I have as DateTime.Now.ToString(“MM/dd/yyyy”)
10/1/2024- Current Date
So the “time now” is really easy. How can I alter
DateTime.Now.ToString(“MM/dd/yyyy”)
to pick up the first day of the year (current year, so it will flip to 2025 eventually) and month?
I’ve noticed some ideas floating around where various dates are assigned then enumerated in another assigned activity. Thinking it could be easier than that?
Thanks