Valentin

Results 1 issues of Valentin

``` $fromTime = '2013-10-24 11:45'; $toTime = '2013-10-23 11:45'; $accuracy = 3; echo RUtils::dt()->distanceOfTimeInWords($toTime, $fromTime, $accuracy); //Returns: 1 день назад ``` I think it would be better if the phrase...

question