Quote:
Originally Posted by Django
This is what I'm looking for
from 1 minute 7 seconds to 67 seconds
|
if its for wordpress you can do this with built in functions.
Code:
<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?>
but if you want jquery here is a couple.
http://pragmaticly.github.com/smart-time-ago/
http://timeago.yarp.com/