Yes I agree with James. You should set the value from the database to match the format exactly as the datepicker needs it to be. If you are using PHP here is a cheat sheet: http://php-date.com/
g On Jul 17, 10:23 pm, James <james.gp....@gmail.com> wrote: > That was just an example. > You should try to make it the same then. Use your server-side script > that gets the date from the database to format the date before you > output it so it's the same as what datepicker uses (or whatever you > set it). > > On Jul 17, 9:50 am, sankofa <ssank...@gmail.com> wrote: > > > The initial value is not the same. It is coming from the database as > > a timestamp with the time & date. There is no leading zero before the > > month.