Date combobox for calendar searching

Hi all!
I’m searching for a set of comboboxes on python that allow me to implement calendar searching.
I would a month combobox, where the user can choose che month. If the user choose a 30-days month i would that day combo allow 1-30, if user choose 31-days month i would that day combo allow 1-31.

Have you understand me??

···


Sbaush

In the demo check:
  More Windows/Controls
    Calendar
    CalendarCtrl
    DatePickerCtrl

I hope one of those is sufficient.

- Josiah

···

Sbaush <sbaush@gmail.com> wrote:

Hi all!
I'm searching for a set of comboboxes on python that allow me to implement
calendar searching.
I would a month combobox, where the user can choose che month. If the user
choose a 30-days month i would that day combo allow 1-30, if user choose
31-days month i would that day combo allow 1-31.
Have you understand me??