html5 - HTML input type time not working in firefox -


below works in chrome not in mozilla firefox (23.0.1)

 @html.textboxfor(model => model.endtime, new { type = "time"}) 

is there hack make work in firefox . or else, possible solution that.

please refer below link,

http://www.miketaylr.com/code/input-type-attr.html

fyi: if textbox red type not supported particular browser.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -