I have to add some form actions to disable and re-enable a Date\Time field, so when I re-enable a disabled Date\Time field and I find that the calendar picker is not functioning correctly, it's likely due to the JavaScript associated with the date picker not being properly reinitialized after the field is enabled again. It sounds like some of the event handlers or bindings to the calendar picker get lost or don't reattach properly when the field transitions from disabled to enabled.
Any suggestion on re-enabling a Date\Time field without losing calendar picker functionality?
Thanks!