I have a java script calendar control on my webpage for managing dates, in some time the date value is stored in my DB as “30/11/-0001”.
It will be more appreciated if any one help me, please…..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to do some testing on your front end and get the SQL statements that are constructed with different inputs and look at what’s being inserted into the database. A malformed date in the SQL query may be the culprit for the db value you’re seeing.