Date Picker

Hello i have a problem with Date Picker i want to show the data with the format of d/m/Y, when i add
format('d/m/Y')
format('d/m/Y')
it does not work it keeps showing me the foramt as mm/dd/yyyy. It works only if i disable the native but i need the native so i can also write with the keyboard the date. Does anyone know how to fix this issue?
No description
2 Replies
mr_vjchauhan
mr_vjchauhan9mo ago
try it. may be not need to add format()
No description
No description
Dennis Koch
Dennis Koch9mo ago
You are looking for displayFormat() format is the stored format.

Did you find this page helpful?