You can use the datepicker onClose function, then capture the value.
See http://jsfiddle.net/96FPU/
This will only work if dateFormat correctly refers to the index of the array, that is, in my example it works with day = index 0, month = index 1, year = index 1. Also in my example, I'm just assigning spans' values
source share