explorer and mozilla doesn't show website calendar

164 Views Asked by At

type="Date"

explorer and mozilla doesn't show calendar, but in chrome and opera it works normally. what can be the problem?

<form action="asdfsdf.php" method="post">
from:<input name="Date_1" type="Date" size="15" />
to:<input name="Date_2" type="Date" size="15" />
<input type="submit" value="Go!">
</form>  
1

There are 1 best solutions below

0
On BEST ANSWER

Your browser is not supporting <input type="date"/>. Check here for supported browsers