Here i create datapicker for my start date field and another fields as end date .Now i need to show date format as dd/mm/yy.
Here i used below script .If i change date as 13-12-2014 i got error date field must be a date how to resolve this issue.Kindly help me for this
$('#IssueDate').datepicker({
dateFormat: 'dd/MM/yy', minDate: 0, maxDate: 0
});
jothi kumarPosted Dec 10, 2014, 1:32 AM
Manish Kumar ChoudharyPosted Dec 10, 2014, 1:28 AM
Go through following links it might help you
http://blogs.msdn.com/b/stuartleeks/archive/2011/01/25/asp-net-mvc-3-integrating-with-the-jquery-ui-date-picker-and-adding-a-jquery-validate-date-range-validator.aspx
http://www.kestrelblackmore.com/blog/jquery-datepicker-mvc4