Anyone who has used type="date"
fault5 has certainly noticed that although the date is visible in DD / MM / YYYY format, when you retrieve value from JavaScript , it is in the format YYYY-MM-DD .
What I want is precisely to reproduce this same effect. The user sees the information in X format, writes in X format, but is actually in Y format.
Would anyone know how to make this kind of masking (if at all possible) ? Or at least where can I find some material relevant to my doubt?
I'm looking at other forums and lord Google, but all I find are the custom formatting of how to move from one format to another.
I know you have the "what to do if you have it ready" class, but my proposal is to learn. I liked the effect created and, if it is possible to reproduce it, I would like to know how.
- EDIT -
The effect I'm trying to create is this here: