how to retrieve the date from inline datepicker

how to retrieve the date from inline datepicker

Hey guys,

I've just started messing up with jQueryUI and already stumbled upon a tricky situation...

So here's the thing: i plan to use datepicker to retrieve information from a MySQL table, where the date is the Primary Key...

BUT from what I've seen in the API, datepicker can only populate an alternate field if called as an input field itself (wich I don't want, i must have it inline so users don't mess up with the text field, they can only select the date in the calendar and that's all)


So... any thoughts on how could I do it? (resuming: date selected, call php function with "yy-mm-dd" as parameter)