Sorry, should have been more clear, just want to define a date of, for example: 31/12/1985
On Apr 15, 2:58 pm, nickdrew <[email protected]> wrote: > Hi guys, > > I currently have this code to display and configure a datepicker: > > $("#datepicker").datepicker({changeMonth: true, changeYear: true, > minDate: 0, dateFormat: 'dd/mm/yy'}); > > It works fine, but for some reason I can't set a default value for the > picker... manually defining the value="" in the input displays it, but > the picker doesn't recognise it, so that's not really an option > unfortunately. > > I've also tried the defaultDate function, but had no joy with that > either. > > Any advice please?! I'm at a loss with this to be honest. > > Cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
