Hi Monks,
I have two dates in the following order:
$date1 = "2014/01/25 23:11:14";
$date2 = "2014/01/26 00:30:37";
I would like to calculate the difference between the two in Minutes & Seconds.
Can you suggest how do i go about it? I looked for a few examples and did not find anything as per my requirements.
Please advise.
Thanks,
Bugz