Saving the Date ONLY and not the time to the list view and the button

I was a little disappointed to see the date button and the list view save the time. How can I exclude that so I ONLY see the date and not the time or time zone?

You can use a date formatter to display only the date (and not the time). SimpleDateFormat is a decent way to do this: https://developer.android.com/reference/java/text/SimpleDateFormat.html