I definied dateFormat: DateFormat('dd/MM/yyyy'),
When i select dates in the calendar, the validation is working, and the display is OK.
But if tape the date in the input, i cannot validate it with the format provided above.
The validator want's a 'MM/dd/yyyy'
I definied
dateFormat: DateFormat('dd/MM/yyyy'),When i select dates in the calendar, the validation is working, and the display is OK.
But if tape the date in the input, i cannot validate it with the format provided above.
The validator want's a 'MM/dd/yyyy'