Submitted by lgates on Fri, 12/21/2007 - 16:35.
Hi everyone -- Hoping someone has seen this issue and knows of a workaround.
We're using the Dojo DateTextBox, here's our HTML:
<input id="from-date" type="text" name="from-date" class="date-textbox" dojoType="dijit.form.DateTextBox"/>
If I type 1/1/100 in the date textbox and click the date textbox again, the calendar will show up and the years shown in the bottom are "1999 100 101". If I click off the calendar to hide it, then click in the date textbox again the years are fine: "1999 2000 2001".