Tagged Questions
0
votes
0answers
119 views
DataType attribute wrecking jQuery datepicker on Datetime field
I am using MVC 4 and Razor views and am having trouble understanding why the Edit view on my Date field is not binding properly to the built in jQuery datepicker.
The field is of datatype Date in the ...
1
vote
2answers
298 views
set default date using datepicker in jQuery and Razor (c#)
We have a common.js file which contains the commonly used client/jquery related functions and validations. This common.js is included in the _Layout.cshtml. In this common.js file we have datepicker ...
-1
votes
1answer
816 views
MVC jQuery DatePicker Style
I'm currently implementing a MVC application against a database in which the create form allows me to instert a new register into the db.
I tried to use jQuery DatePicker for showing DateTime fields ...
0
votes
0answers
270 views
CSHTML and Jquery Calendar
I am trying to implement Jquery Calendar using MVC4 and jquery. Please find the below code which I am using for same.
@Scripts.Render("~/bundles/jquery", "~/bundles/jqueryui")
...
0
votes
1answer
388 views
How to get a DatePicker value in razor?
Here my problem:
I have an input text and behind a date picker ui: and I would like to get the datepicker's value in razor:
Index.cshtml
<input id="datePickerCalendar" type= "text"/>
...
0
votes
1answer
2k views
ASP.NET MVC3 Razor Entity Framework - DataFormatString property not working
When i try to create or save a date in the model the validation trows invalid date format instead of respect my format specified in DataFormatString (dd/MM/yyyy). I saw that the framework try to save ...
3
votes
2answers
3k views
Custom date format validation with jQuery datepicker (can't get rid of US date validation)
I'm almost there.
I've created localized jQuery datepicker, added custom format validation, but can't get rid of (default?) US date format validation.
I'm rendering my date field like this:
...
...
