I'm getting 2 strings in hh: mm: ss format to calculate the time passed between them in days, hours, minutes, and seconds format.
I have done the split and I have the fields all separated in their own integer variables, for example: hora_inicio, minuto_inicio
, etc. However, I'm having trouble converting minutes x hours, seconds x minutes, etc.
Is there any way I can "mount" a variable of type type with these my variables hora_inicio, minuto_inicio
to then make it easier to calculate past time?