I have DB mysql with column date_in and date_out
how to set datepicker to show available only dates from database mysql. i have two inputs with datepicker
<input type="text" name="check_in_date" id="check_in" />
<input type="text" name="chek_out_date" id="check_out" />
for example i have check_in_dates = 10-05-2012, 13-05-2012, ... , n. and they must be only available to pick through jQuery.datepicker.