i have a scenario that i need to add time.
for example time is 11:50 pm and i need to add 30 minutes. So after addition it should show me 00:20 am with date.
write a code for this.
i tried this but i get a error after adding.
after addition it is showing me something like 1.00:20:00.
so i need to convert this to date time.
Arrival Time + waiting time = Departure Time
and
Departure + Traval = Next Arrival Time