I am told that there isn't a time control available and I am trying to write a custom control to gain this component.
(ROOKIE HERE)-
I am using 3 drop down list boxes... one for hour, one for minute and one for AM or PM. It appears and works corretly. Now I would like to return the entire thing as a date, can anyone point me in the right direction for updating my variables for iHour, iMinute, strAMPM and eventually passing back my datetime.
I am assuming that I want to write code for the SelectedIndexChanged method for each of these dropdowns but am having little luck. Any assistance would be greatly appreciated thank you.
(ROOKIE HERE)-
I am using 3 drop down list boxes... one for hour, one for minute and one for AM or PM. It appears and works corretly. Now I would like to return the entire thing as a date, can anyone point me in the right direction for updating my variables for iHour, iMinute, strAMPM and eventually passing back my datetime.
I am assuming that I want to write code for the SelectedIndexChanged method for each of these dropdowns but am having little luck. Any assistance would be greatly appreciated thank you.