I want to know how i can use min and max in the constraints of an TimeTextBox?
Following does not work:
<input type="text" name="time" value="T09:00:00"
dojoType="dijit.form.TimeTextBox"
constraints="{ min:'T09:00:00', max:'T10:00:00' }"
required="true"
/>
dojoType="dijit.form.TimeTextBox"
constraints="{ min:'T09:00:00', max:'T10:00:00' }"
required="true"
/>
