Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to debug MYSQL database Issue while using DatePicker

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 169
    Comment on it

    As we all know that MYSQL (phpmyadmin) database require " YYYY-MM-DD " format while saving a certain DATE . So if we are using Datepicker we have to adjust the date format.

        $(function() {
        $( "#datepicker" ).datepicker({
        dateFormat:'yy-m-d'
        });
        }); 
    
     

    So by using dateformat we can change the format of any kind.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: