With today's date, I should get the 16th date of next month.
For example, on passing 13-12-2021, I should get 16-01-2022.
I need to get the next month 16th day from current date (input date). Examples:
- On passing 13-11-2021 should get 16-12-2021.
- On passing 14-11-2021 should get 16-12-2021.
- On passing 15-11-2021 should get 16-12-2021.
- On passing 02-12-2021 should get 16-01-2022.
- On passing 03-12-2021 should get 16-01-2022.
- On passing 03-01-2022 should get 16-02-2022.
- On passing 04-01-2022 should get 16-02-2022.
Any help will be much appreciated. Thanks.