I have a simple issue, where I need to add a number of months to a date, the input date format I cannot change, it will always be dd/mm/YYYY (eg 27/04/2021) as its coming from a html5 input control of date.
So, I generated my code which I thought would work according to several examples Ive found on the web:-
Open in new window
But why not using DateTime instead?