I have a input tag like this:
<input class="span2" type="date" name="date" value="01/12/2012">
The input form in template is displayed like mm/dd/yyyy. The static value that I provided is not working. However when I change the type to date it works. Does html not allow this?