i have followed
jQuery UI Datepicker - Display
You can use the below code
$("#datepicker").datepicker("getDate");
Thanks,