Hi All, I've written a SelectTimeWidget that functions very similarly to the SelectDateWidget in django.forms.extras.widgets. Now, I'd like to write a SelectDateTimeWidget that contains select elements for date, month year (which are in SelectDateWidget) and hour, minute, second (which are in SelectTimeWidget).
Any suggestions on the best way to "combine" these two classes in a robust, maintainable way? My SelectTimeWidget is located here: http://www.djangosnippets.org/snippets/1202/ Thanks! Brad PS: please ignore my horrible regex. its inefficiency was kindly pointed out to me on IRC (thx again Magus) :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---