I need to set the date to 1st of the next month. I am able to add a month to the current date. Now I have to set the day to “1”.
For example, date is 21/09/2021 I need it to be 1/10/2021.
I am able to convert the date to 21/10/2021 by adding a month, now I need to set the day to “1”. Please help.
Thanks in advance.