I'm using the Any+Time DatePicker and when I click on the date field, the calendar UI displays above the date field. It is obstructing information that would be useful to help enter the date. Is there a way to get the calendar UI to appear below the field that has been clicked upon?
My code is:
$("#start_date").click(
function(e) {
$("#start_date").AnyTime_noPicker().AnyTime_picker({ format: '%d-%m-%Y'}).focus();
e.preventDefault();
}
);
Solution: comment out line 3051 from anytime.js version 4.1112L.The line is:
if ( top < 0 )