CFv5 datepicker problem after update 5.0.14 -> 5.0.15

GESign 31 May, 2017
Designer tab / Datepicker settings (Format Y-m-d):
data-start_date=<?php echo date("Y-m-d"); ?>

Setup tab / On load (Load JavaScript):
jQuery(document).ready(function($){
$("#datum").data("start_date", '<?php echo date("Y-m-d"); ?>');
});

This is simply not working after the update to 5.0.15. Only today is choosable.

I need your urgent help, please.
GESign 31 May, 2017
Now I see this is not a problem of the datepicker, just a UI problem as the user can not select from the next month's day in the current month's view.
Is there a solution for this issue, please.
GreyHead 01 Jun, 2017
Hi GESign,

You can try using a different datepicker - though it is fairly common to only allow dates from the month shown to be selected so to choose a June date you'd need to click the right arrow to go to that month.

Bob
GESign 01 Jun, 2017
Hi Bob,
Thank You for your answer. I will make darker the the non selectable dates.

Best regards,
GESign
This topic is locked and no more replies can be posted.