I need to customize a textfield to enter dates in the format of yyyy/MM/dd
. The input direction is set to rtl. However, when I enter the day, then month, and then year, the final displayed values show up as dd/MM/yyyy
, as shown in the image attached:
My goal is to allow users to input day, then month, then year with rtl enabled, while ensuring that the final displayed format remains as yyyy/MM/dd
.
The desired final display should look like this:
Please provide guidance on how to achieve this.