I'd like to use the DateTimeField component, but there is no API that I can see to override what DatePicker gets added to the component. I'd like to subclass the DatePicker and customize the icon, positioning, etc. I can do this if just dealing with the DateTextField, where I add the DatePicker behavior myself, but I can't do it when using the DateTimeField.
Is there a way to do this? If not, could it be enhanced so we can do this? A simple protected newDatePicker() method on DateTimeField would accomplish this.