Skip to content

chilly-boop/php-calculate-time-ago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Github All Releases

php-calculate-time-ago

this random code i made calculates how many seconds, minutes, hours, days, months, and years ago a date was from the current time

how 2 use:

require("timecalc.php");
$timecalc = new time_calc();
$ago = $timecalc->time_ago("2000-05-30"); // Y-m-d
echo($ago); // 22 years ago

i had originally made this for squared

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages