I've noticed when using the Date chooser part of the DateField that when used, it remembers the month of the previous time it was used.
For Example: Today is 23rd February. I set the selected range to be 28 feb to 28 August. Set the selected date to null. User specifies a date, scrolls to month may selects date 15 May, does other work. Then comes back to the DateField, which I programatically set the selected date back to null. The month first shown is May, whereas I want the month to be February. Is there anyway I can specify which month should be shown when the chooser is used? Thanks Andrew

