View Single Post
  #4 (permalink)  
Old Nov 11th, 2004, 19:06
benbacardi's Avatar
benbacardi benbacardi is offline
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
i dont know what the exact code would be but in psuedo code im sure its something like this:

Code: Select all
<select>
<option>Write todays date</option>
<option>Write todays date + 1</option>
<option>Write todays date + 2</option>
<option>Write todays date + 3</option>
<option>Write todays date + 4</option>
<option>Write todays date + 5</option>
<option>Write todays date + 6</option>
</select>
or something like that... im sure one of the more advanced programmers can help you!