How to change Date Picker format default date in Flutter
I want to change the default flutter (dart) date picker date format. The default format of date picker is "YYYY/MM/DD". But I want to change to "DD-MM-YYYY". That is, e.g. from 2024/05/21 to 21-05-2024 Below is my function code base,…