hi..,
How to create TimePicker in mvc3..?
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Mar 11, 2014, 3:16 AM
hi,
you can also use 3rd party JQUERY plug in (control)
Please refer
http://www.jquery4u.com/plugins/10-jquery-time-picker-plugins/
http://jonthornton.github.io/jquery-timepicker/
good one
http://jdewit.github.io/bootstrap-timepicker/
hope this will help you.
Lakshmanan Sethu SankaranarayanPosted Mar 11, 2014, 2:30 AM
Jaganathan BantheswaranPosted Mar 11, 2014, 2:13 AM
You can use jquery's timepicker.
You should refer Script files in the following order
Now simply call the function
@Html.TextBoxFor(m => m.StartTime, new {id = "date"})