is this possible to change the date format to DD/M...
# compose
g
is this possible to change the date format to DD/MM/YYYY. i'm using Material3 Date picker
c
It’s right in the docs you linked. placeholder = { Text("MM/DD/YYYY") },