I want to make combobox for displaying date of birth.
For example:for year selection the user can select first two number (ie 19 or 20) from the list(combo) and last two number also from the list(or Combo).
Here i wrote the code for month combobox but i can i write for year and days selection.
GeSHi (java):
String[] months =
{"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"};
add(monthlbl);
add(monthcbx);[/color]
Created by GeSHI 1.0.7.20
Provide me solution.
I hope this post wouldnot be in wrong sub-forum.