You call the static format method of the Date Format class specifically the version that takes 2 parameters:
1.) A CharSequence (i.e. the custom date format you want for example if you don’t send a greetings card to you mother on mother’s day and you want to report that crime the custom date format would be “Sunday, May 10, 2020.” so your character sequence is “EEEE, MMM dd, yyyy.” accordingly !
2.) A Date object i.e. the date for the crime.
Don’t hesitate to look at the android developer docs thats how you get through most of the challenges and learn more stuff. Hope this helps.