Having previously used jQuery date picker, I have now converted some of the date fields in forms on my website to the HTML5 date picker.
On the documentation, it says Safari is supported: however, it currently shows just a text field (whereas Chrome and other browsers show the date picker correctly).
echo "<input type='date' name='Date' min='$todaymin'>";
(the same applied without the min attribute)
This is my code line - am I doing something wrong or am I just reading the documentation wrong and it is NOT supported in Safari?
Thank you!