Is there a way to disable dates before today in HTML5 <input type="date">
?
I tryed with: <input type="date" min="<?php echo $today; ?>">
but this works only on desktop browsers...safari mobile still allow scrolling dates before.
↧
HTML5 input type date disable dates before today
↧