Hello everybody, I recently started learning Android development. I would really appreciate if someone can help me with a problem I'm having. With minimum API 21, how to create a Date picker for user to select a date, then store the value into a Date variable, and then convert into a String. I'm writing my code in Java and I'm using Android Studio 3.0. I have a tried a few Youtube tutorials, but the biggest problem is that my minimum API is set to 21, while tutorials only show for API 24+. Please, if someone can help me, I would be really grateful.
