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.
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.
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.
Is there a solution for this issue, please.
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
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
This topic is locked and no more replies can be posted.