I will use the following workaround:
After init of the datepicker:
1. Set the current date to null
2. Remove the ui-state-active class from selected date cell
- $('#divID').datepicker('setDate', null).find('.ui-state-active').removeClass('ui-state-active');
Nevertheless I am very interested in knowing whether the datepicker behaves as desired or not.