Show Relative time in Yii2 such as 1 Hour ago

We can use the Yii formatter component to display the timestamp, date, datetime in relative format such as 1 Hour ago or 20 seconds ago.

<?php echo Yii::$app->formatter->asRelativeTime($timestamp); ?>

$timestamp could be integer|string|DateTime|DateTimeInterface|DateInterval.

Documentation Link.

Running low on budget? Get the best Shared hosting at an Affordable Rate!