<select name="year"> <% Timestamp now = new Timestamp( System.currentTimeMills() ); int lastYear = Integer.parseInt( now.toString.subString(0,4) ); for ( int i = lastYear; i >=1970; i--) { %> <option value="<%=i%>" ><%=i%> </option> <% } %>