'Date Input in Safari showing current date as place holder only

I have an issue where input field of type date is displaying the current date even though the field has no value. I have tried:

... placeholder="dd/mm/yyyy">

but the problem still persists. Is there any other way of setting this place holder without changing the type of the input field?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source