Isn't this HTML5 date input supposed to have a spinner in Fx4 and Safari5? -


loading

http://diveintohtml5.ep.io/examples/input-type-date.html

<form>   <input name="birthday" type="date">   <input type="submit" value="go"> </form> 

into fx4 , safari5 on xpsp3, expected see kind of enhancement up/down on type="number".

do you?

update: date picker appears in opera - nothing in safari5 or fx4 on xp

"up" , "down" type="number", not type="date", isn't it? this page suggests, uis new types not yet supported in opera.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -