Does anyone who know how to count date time for notification ..for example "a few ago" or just now like this:
I hope anyone can help me to solve this problem:
<li>
<a href="javascript:;">
<span class="time">3 mins</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span> Server #12 overloaded. </span>
</a>
</li>
Use the build-in formatter with the relative time format:
<?php echo Yii::$app->formatter->format($timeOfEvent, 'relativeTime') ?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With