I’m creating an app for the android OS that allows the user to pick a Date. I want to be able to store the date the User picks in a mm/dd/yy form . I know there is a variable type called date. How do i assign the value shown by the picker to the date variable ?
Share
You could use a Time variable :
and then use a simple date formatter or the format method of Time to format it in mm/dd/yy