Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding two string time values

Status
Not open for further replies.

beksalur

Technical User
Joined
Jan 2, 2003
Messages
74
Location
TR
i have two string columns in my oracle db such as 12:30 and 00:10.but i want to add these two as time addition(12:15+00:40=12:55)
.is there any time function in php to do this.

Regards,
Serdar CAN
 
use the mktime function see the manual for examples
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top