Using an HTML <input type="datetime-local">
is it possible to not display the time markers? At the moment in Chrome, the watermark has
dd/mm/yyyy --:-- --
I only care about date so just want it to say
dd/mm/yyyy
I tried using the standard <input type="date">
which put the date in American format, which as I'm not American, nor in America, is useless.