hi guy's!!

i need your help.. Ijust want to ask if how to show the date using combo box??

Recommended Answers

All 2 Replies

Do you want to show date like this, so that the user inserts date?

ComboBox1: Day
ComboBox2: Month
ComboBox3: Year

Just fill three ComboBoxes - one with a list of days 1-31, one with a list of months January-December and the other with a list of years 1900-present. Then you can do validation on the input so that if, for example, someone puts in '31' for the day, but 'February' for the month, you can reject it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.