for example I have this HTML code :
<div class="sub_continer">
<div class="cell">מתאריך</div>
<div class="cell">
<input placeholder="dd-mm-yyyy" type="date" id="Creation_date_R2FromId"/>
</div>
</div>
I cant find any way to change it to look like dd-mm-yyyy this format
(day on left, month on mid and year to the right)
Thanks