<?php $left = '6h : 27m : 5s'; $right = '6h : 27m : 15s'; if (version_compare($left, $right, 'gt')) { echo 'left is greater than right'; } else { echo 'left is less than or equal to right'; }
You have javascript disabled. You will not be able to edit any code.