Hi,
I am using jquery datepicker but when i click textbox then refresh textbox and show error on "The field Birth Date: must be a date." these all operation is first time...but when i select second time in same date then remove the issue.
how to resolved.....
plz help me
thank in advance

Brijesh RathorPosted Nov 28, 2016, 6:28 AM
Maharudra GadekarPosted Nov 28, 2016, 5:38 AM
$("#stdfrm_birthdate").datepicker({
dateFormat: "dd/MM/yy",
showOn: "button",
buttonImage: "../Images/calendar1.gif",
buttonImageOnly: true,
buttonText: "Select date",
showAnim: "slide",
maxDate: 0,
yearRange: "-60:+0"
});
});
Maharudra GadekarPosted Nov 28, 2016, 5:36 AM
$("#stdfrm_birthdate").datepicker({
dateFormat: "dd/MM/yy",
showOn: "button",
buttonImage: "../Images/calendar1.gif",
buttonImageOnly: true,
buttonText: "Select date",
showAnim: "slide",
maxDate: 0,
yearRange: "-60:+0"
});
});
Suvendu Shekhar GiriPosted Nov 24, 2016, 2:28 AM
Brijesh RathorPosted Nov 24, 2016, 2:17 AM