I've found that 28/05/2008 (28th of May) is not a valid date for DateTextBox. I've tried other years and even other locales, but the result is always that it is not valid.
<input type="text" dojoType="dijit.form.DateTextBox" id="testDate" name="ETA" required="true"
onChange="console.debug(this.getValue())">
onChange="console.debug(this.getValue())">
It seems to work only in Safari. Neither Firefox, nor Camino on OSX.
Anyone can reproduce the same problem???
TIA
