Guest User

Untitled

a guest
Dec 17th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Carbon::now()->subDays(1)->diffForHumans()
  2. //1 day ago
  3.  
  4. Carbon::now()->diffForHumans()
  5. //1 second ago
  6.  
  7. Carbon::now()->subDays(25)->diffForHumans();
  8. // 3 weeks ago
Add Comment
Please, Sign In to add comment