0

I have 2 inputs in my page, one that is type text, and one that is type date. The input type date as a specific format (the date shown on the input, not the value in the code). I want to use that same format for my input type text across all browsers and all OS. Is there a way I can do this?

PedroNeves
  • 110
  • 10
  • maybe you can find some useful answer here https://stackoverflow.com/questions/7372038/is-there-any-way-to-change-input-type-date-format – Raden Kriting Jul 05 '21 at 15:16

1 Answers1

0

You can use Jquery Mask plugin to do that.

https://igorescobar.github.io/jQuery-Mask-Plugin/

Kaan
  • 129
  • 8