I need to subtract time on my WebApp and upload it to the database. so I want to use a 24 hour time so i wont get negative values. so here is my Code
I have a time format like these : 08:08:AM
I want to convert these time in 24 hour time format
Time format like these : 08:08:AM
I want to change these time in 24 hour time format.