I have a String that contains a Time in the following format:
"hh:mm tt"
For Example you could represent the current time as "7:04 PM"
How can I compare this to the current time in the user's time zone to see if this time is less than, equal to, or greater than the current time?