document.querySelectorAll('input[type="datetime-local"]').forEach(function (input) { input.addEventListener('click', function () { this.showPicker(); }); });

AltStyle によって変換されたページ (->オリジナル) /