Forum Moderators: coopster
I am not quite sure about your question, however to subtract / find time differences between two intervals you can always use strtotime() [php.net] and mktime() [php.net] functions. Do read the user comments for each function. you will find ready made solutions / functions for your requirements.