I am trying to change the min date message from "please select a value that is not earlier than 2018-10-02" to something like "please select a value that is not earlier than 02-10-2018".
Is it possible to change the date format of that message?
My code:
<input style="font-family: Arial;"
class="date_input"
type="date"
id="dates" name="dates"
min="<?php echo $today;?>"
value="<?php echo $today;?>" />