I have a payment system, which has a select that displays the months since the system started, follows the code below:
<select name="situacao">
<option>Fevereiro/2018</option>
<option>Janeiro/2018</option>
<option>Dezembro/2017</option>
<option>Novembro/2017</option>
</select>
What I need is that when I start the next month, in the March case, I add the March option automatically, and so on in the coming months.