change <input type="date"> to Persian Date

Solution 1:

Reading the HTML documentation, I don't think there is a way to show another calendar in the input field.

input type="date"

input type="datetime-local"

Solution 2:

It is clear from your answers and comments that I need to use JavaScript DatePicker to achieve my goal.
After a lot of searching for that, i think its the better one: Link