I have an asp.net website and I'm trying to add a date picker but I can't seem to get it working. I have tried every answer on this website and I still get the "object doesn't support property or method 'datepicker'" error message when I try and debug it.
I have watched this YouTube video and I have copied step by step and still get the error. What can I try to get it working? I have no code at all as I undid all my solutions.
I even tried this website but still it didn't work. Why is it so hard to get working?
I want an input field with the calendar at the end.
Found the answer in this post by jk: MVC4 jQuery UI does not work.
All I did was add the script they mentioned below my <asp:ScriptManager runat="server">
section and it worked.