Hi. I'd like to create a dropdown list of month and year values that is dependent on the current month. There should be six values and ideally the first value would be three months on from the current date. For example, if the dropdown is clicked today (Jan-22), then the values from the dropdown will be Apr-22, May-22, Jun-22, Jul-22, Aug-22 and Sep-22. If the dropdown is clicked in Aug-22 then the values will be Nov-22, Dec-22, Jan-23, Feb-23, Mar-23 and Apr-23.
I'd be grateful for any thoughts on how this could be achieved. Thank you.
I'd be grateful for any thoughts on how this could be achieved. Thank you.