How to add a DatePicker to C# MVC view?
So I need to pass a date to a controller method, but don't want to have user type in a date, rather have him select from a picker.
What's the simplest an up to date method of doing this?
IMPORTANT: I am not looking for the "enable browser specific plugin datepicker by editing the model" solution, I need a legit datepicker.
0 comments:
Post a Comment