Hello,
I'm trying to create something similar to DateTextBox example:
http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-validation-s...
My code is identical to example (copy-paste) and it works perfect.
I wanted to change a datePattern to yyyy-ww, to see Julian week number. I've changed input part of example to:
dojoType="dijit.form.DateTextBox"
constraints="{datePattern:'yyyy-ww'}"
/>
Also tried it without "
