1. JComboBox Date java-forums.orgI have 3 ComboBox's. 1 for the date, 1 for the month and 1 for the year. Once the user has selected thier DOB using them, i get the selected item from each of the boxes by using the .getSeletedItem method. However i want to be able to join all the values together so i can save it as a Date ... |