dateTime_form_api = "2020/02/11 10:23 AM";
dateTime_from_system = "2020/02/11 13:00 PM";
I want to compare dateTime_form_api and dateTime_from_system
if dateTime_from_system after dateTime_form_api show "Next time"
if dateTime_from_system before dateTime_form_api show "Last time"
but if dateTime_form_api's date equals dateTime_from_system's date
only time need to compare , time's sompare, how to do in Android ?