<?php foreach (range(1, 12) as $month) { printf("<option value=\"%1\$d\">%1$02d</option>\n", $month); }
You have javascript disabled. You will not be able to edit any code.