You need to roll out your own widget.
I assume django will have html5 support in the near future.
On Wednesday, October 24, 2012 1:04:07 PM UTC-4, Juan Pablo Tamayo wrote:
Is there any reason not to have the date widget input tag have the attribute type="date" instead of just type="text"?
I mean, most browser do not treat it differently, but it tells them that they should; besides it would mean that Django tries to support the full range of HTML5.
Is there a way to change this particular behavior?
Thanks in advance fellow Django-mates!!!