Hi everyone, I have a question, I asked a month ago about setting a date in the datepicker and other configurations and I received this useful response:
Appery('periodDatepicker').datepicker_dataPickerOptions.defaultDate = date;
Now I want to listen to a date being selected on the calendar. I think you are using a version of JQuery UI Datepicker http://jqueryui.com/datepicker/
On a normal usage of this calendar, the event would be
$('.datepicker').datepicker("onSelect",function(){});
How could I do the same with the Appery syntax? Maybe you can explain what are you doing when you use .datepicker_dataPickerOptions. Thanks in advance, hope I explained myself.