I have a register where the establishment puts its working hours in variables String, Ex: horario_abertura
and horario_fechamento
format: 00:00 24hrs .
I need the app to compare the current time with the opening and closing times of the establishment, to let them know if it is open or closed!
Does anyone have an example?