Welcome Guest, Not a member yet? Register   Sign In
having problem printing out "created_at" date
#9

I haven't used humanize before but since it is a method of Time class you can call that directly on your dates.
PHP Code:
echo $item->created_at->humanize();
// will return something like "2 hours ago" 
Reply


Messages In This Thread
RE: having problem printing out "created_at" date - by paulbalandan - 09-06-2021, 06:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB