javascript - Input type date ,time not working on other browsers except Chrome -
input type date or time not working firefox or other browsers except crome. there way use input type date or time in other browsers.
it's known issue fire fox check out html5 input types, many have yet implemented in both firefox
if browser not support html5 features want use, try modernizr. uses javascript enhance support. it's documentation has information input types.
Comments
Post a Comment