Calendar issue?

  • Thread starter Thread starter TB
  • 2 comments
  • 473 views

TB

Space Lord
Moderator
Messages
35,890
United States
Downtown North Dakota
Messages
Cy-Fi
I just took a glance at the calendar to check out the upcoming birthdays and found that you can't access 2011 at all.

If I'm not mistaken, it looks like it needs to be added here.
Code:
[SIZE=2]
    <select name="year">
        <option value="2004" >2004</option>
        <option value="2005" >2005</option>
        <option value="2006" >2006</option>
        <option value="2007" >2007</option>
        <option value="2008" >2008</option>
        <option value="2009" >2009</option>
[/SIZE][B][SIZE=2] [COLOR=Red]       <option value="2010" >2010</option>[/COLOR][/SIZE][COLOR=Red]
[/COLOR] [/B][SIZE=2][COLOR=Red][B]       <option value="2011" selected="selected">2011</option>[/B][/COLOR]
[/SIZE][SIZE=2]    </select>[/SIZE]
 
Or you can just go all the way out to 2020! :lol:

Thanks, Jordan! :cheers:
 
Back