Hi,
how can i make that code to check in months and years (both) or month or year separately? Thanks.
<div class="custom">
{{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}}
<span class="leftinfo"><i class="fa fa-calendar"></i> $time of fappig:</span>
<span class="rightinfo">{$date_joined} Days</span>
</div>