Nothing Found
It seems we can’t find what you’re looking for. Perhaps searching can help.
document.addEventListener('DOMContentLoaded', function() { const timeInputs = document.querySelectorAll('input[type="time"]'); timeInputs.forEach(function(input) { input.setAttribute('lang', 'de-DE'); input.setAttribute('step', '60'); }); });