Everyone
I'm using MaterialDatePicker
to show the date and it was working fine and get the date like I want Aug 5,2021
and suddenly out of nowhere I get now Month like this M08
and that makes the date like this M08 5,2021
and below is the gradle dependency:
implementation "com.google.android.material:material:1.3.0"
Can anyone help me, please?