Could someone please recommend a good date and tim...
# compose-android
k
Could someone please recommend a good date and time picker library that I can use on my app for capturing date of birth. Thank you very much
j
https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1705942895101519?thread_ts=1705942384.346399&cid=C0346LWVBJ4 If need native iOS or such also this, it does wrap material on Android part 🙂 And then you can combine it with kotlinx datetime if want to.
🙌 1
k
@dorche I am trying to implement what they have on the docs but it is not working
@dorche Please disregard. It works now, thank you. I needed to import a dependency dependencies { implementation "androidx.compose.material3material31.2.0-alpha02" }
j