hi friends,
i’m working on a form that lets the user select a day a month and a year seperately in three combo boxes respectively.How do i combine the three variables to form a date object so that various manipulations could be done with it in java.
the format is as follows
(combobox to select date )(combobox to select month)(combobox to select year)
kindly help