Hello~
I’d like to find below value but I haven’t been found this value before.
Could I have some helps for finding below ‘day’ value?
- First ‘Tue’ day of every current month
For example, 6th of April
At the end I’d like to use above value for identifying today is first ‘Tue’ day of this month or not using ‘IF’ condition
- How to set the script for last month with MMdd format?
- DateTime.Now.ToString(“yyyy-MM”)
If this month is 2021-04 than I need to find 2021-03
Thank you always ~!!