Issue
**I want input data 1 to 31 select data in edit box in calendar Month select data January to December select data should come default 2023 exmple:image 1 rel="nofollow noreferrer">image2
How to bring android
Solution
The attached screenshot is for the web, for Android you can use the DatePicker dialog to achieve this functionality.
Check the below document for Material date-pickers
https://m2.material.io/components/date-pickers/android
Also, you can use other third-party date pickers available on Github, check the below link for GitHub projects.
https://github.com/topics/android-datepicker
Answered By - Aditya Nandardhane
Answer Checked By - Katrina (JavaFixing Volunteer)