Been having a poke around and I am trying to be able to get the individual sections of the date chosen by the date picker as vars, so they can be used outside the .datepicker function.
Is there an array I can access to grab this data?
You can format the date as one of the functions options using dateFormat: "dd mm yy"
etc, so there must be a way just to set dd
as var day
mm
as var month
etc.