Croatia - Google

juventus
Google
juventus

1 hour ago

dazn live
Google
dazn live

11 minutes ago

real madrid – juventus
Google
real madrid – juventus

48 minutes ago

man city vs al-hilal
Google
man city vs al-hilal

1 hour ago

renato baretić
Google
renato baretić

2 hours ago

anja matković
Google
anja matković

2 hours ago

restoran krug split
Google
restoran krug split

3 hours ago

josip reihl kir
Google
josip reihl kir

3 hours ago

google
Google
google

7 hours ago

bosqar invest
Google
bosqar invest

9 hours ago

marija mikic
Google
marija mikic

13 hours ago

fluminense
Google
fluminense

16 hours ago

man city – al-hilal
Google
man city – al-hilal

17 hours ago

petar vlahov
Google
petar vlahov

20 hours ago

function time_elapsed_string($datetime) { $now = new DateTime; $ago = new DateTime($datetime); $diff = $now->diff($ago); if ($diff->d > 0) { return $diff->d . ' day' . ($diff->d > 1 ? 's' : '') . ' ago'; } if ($diff->h > 0) { return $diff->h . ' hour' . ($diff->h > 1 ? 's' : '') . ' ago'; } if ($diff->i > 0) { return $diff->i . ' minute' . ($diff->i > 1 ? 's' : '') . ' ago'; } return 'just now'; }