diffForHumans() public method

Get the difference in a human readable format.
public diffForHumans ( Carbon\Carbon $since = null, boolean $absolute = false, $short = false ) : string
$since Carbon\Carbon
$absolute boolean Removes time difference modifiers ago, after, etc
return string
Beispiel #1
-1
 public function getDataPostagemDiffAttribute()
 {
     $date = new Date($this->created_at);
     return $date->diffForHumans();
 }