You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a datetimepicker and a checkbox (all_day). The datetimepicker is initialized with the format: 'DD/MM/YYYY HH:mm', allowing the user to set both date and time. However, if the user checks the all_day checkbox, I need to change the format to 'DD/MM/YYYY' and disable the time selection. I've implemented this, but the control continues displaying the time picker. Is it possible to achieve this in the current version?
Thanks in advance.
Best regards!
The text was updated successfully, but these errors were encountered:
Hi everyone,
I have a datetimepicker and a checkbox (all_day). The datetimepicker is initialized with the format: 'DD/MM/YYYY HH:mm', allowing the user to set both date and time. However, if the user checks the all_day checkbox, I need to change the format to 'DD/MM/YYYY' and disable the time selection. I've implemented this, but the control continues displaying the time picker. Is it possible to achieve this in the current version?
Thanks in advance.
Best regards!
The text was updated successfully, but these errors were encountered: