I have noticed an unexpected behavior in jQuery UI datepicker.
Whenever I use a format that does not include day, e.g. 'MM yy' (October 2011), the datepicker, when shown next time, points to today instead of the previous date.
This does not occur when for format is used e.g. 'dd/mm/yy' (01/10/2011).
I think this might be in fact a bug and I will report it to the jQuery UI community.
Anyways, in the meantime, I wonder if you faced this problem before and can suggest me a workaround?
Example presenting the problem can be found here.
EDIT: For completeness: I submitted this issue to jQuery UI community as a bug. For those interested it could be found here.