Timeline for jQuery UI datepicker not working with asp.net mvc
Current License: CC BY-SA 3.0
13 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jan 12, 2015 at 22:29 | comment | added | user3559349 |
Your using the overload of @Html.Textbox() where the second parameter is the value (to display). You may be confusing this with @Html.TextBoxFor() where the second parameter is the format
|
|
Jan 12, 2015 at 15:53 | answer | added | Scanner | timeline score: 0 | |
Jan 12, 2015 at 13:55 | history | edited | hutchonoid |
added missing tags
|
|
Jan 12, 2015 at 13:46 | comment | added | Sandip | Let us continue this discussion in chat. | |
Jan 12, 2015 at 13:44 | comment | added | Sandip | Not working as answer mentioned | |
Jan 12, 2015 at 13:42 | comment | added | DLeh |
also if you're trying to bind to your myViewModel , you should be using TextBoxFor
|
|
Jan 12, 2015 at 13:41 | comment | added | DLeh | they're functionally the same. do you see how the date format is different than the one you're using? try using the one in that answer instead. | |
Jan 12, 2015 at 13:41 | comment | added | Sandip | no I am not binding data from model.I am using just @Html.TextBox().I don't want to use @Html.TextBoxFor() | |
Jan 12, 2015 at 13:40 | comment | added | DLeh | possible duplicate: stackoverflow.com/a/22559270/526704 | |
Jan 12, 2015 at 13:39 | comment | added | Sandip | there is no error in console,also I have added Jquery and jqueryUI on the page | |
Jan 12, 2015 at 13:39 | answer | added | Afzal Ahmad | timeline score: 0 | |
Jan 12, 2015 at 13:39 | comment | added | DLeh | any errors in the console? do you have jquery and jquery UI included on the page? | |
Jan 12, 2015 at 13:37 | history | asked | Sandip | CC BY-SA 3.0 |