jcheng77
Results
1
comments of
jcheng77
instead of customizing the code, you can disable the button after initialization var clearbuttons = document.getElementsByClassName('datetimepicker-clear-button'); for(var i = 0; i< clearbuttons.length; i++) { clearbuttons[i].disabled = true; }