# Summary
Uses the jQuery timeago plugin to create dynamically updating "time ago" dates. That is, the plugin turns static dates like "October 10, 2011" into "10 minutes ago" and updates the time ago every minute. This allows you to include "time ago" dates in cached content for most users while degrading gracefully for users with JavaScript disabled.
# Project URL
https://www.drupal.org/project/timeago
# Where is the code?
(A link to where to find the code. If a patch is available on drupal.org, add a link to that issue.)
# Estimated completion date
(If known, when is this module targeted for completion?)
# Dependencies
(What other modules does this one depend on? Ideally, link to the dependent project issue if it already exists.)
# Who's doing the port?
# What help do they need?
(Are there specific types of resources (e.g. skillsets, $, sprints) that would be helpful to expedite porting?)
# D8 roadmap
(A link to a meta issue, handbook page, Google Doc, etc. with the plan on how to port to D8.)
# Background and reference information
(Links to any other helpful information, documentation, etc.)
Comments
Comment #2
manikaprasanth commentedI have started porting this module
Comment #3
ColdSun commentedManikaprasanth, any progress on porting the module?
Thanks :)
Comment #4
naveenvalechaAny progress on the port of the module ?
Comment #5
manikaprasanth commented@naveenvalecha
No, I'm stuck with issue on porting module. Anyone can work on that.
Comment #6
saranya ashokkumar commented@manikaprasanth,
I am interested to work on it. Will you tell where you got stuck!
Comment #7
manikaprasanth commented@saranya purushothaman,
I got a problem with render date in tpl files. You can start as a new project.
Comment #8
saranya ashokkumar commentedI will work on it. Thanks manikaprasanth.
Comment #9
Christopher Riley commentedAny progress on this?
Comment #10
bobby endarr ramdin commentedIsn't this achievable in Views under formatter?
Comment #11
gaurav.kapoor commentedComment #12
eahonet commentedI npm'd the jquery-timeago library into my theme. I added it to mytheme.libraries.yml. I then used it my custom js. I had to do a template override and add a new datetime format to drupal too. It's not ideal as it's functionality hidden from the backend /admin.
So it's working, but not in an ideal way. Curious if there's been progress from people in this thread they'd be willing to share?
Comment #13
gaurav.kapoor commentedComment #14
delacosta456 commentedhi
was looking for D8 version of this module too but found some and would like to share here as may some alternatives.(at 60 or 70 %)
Alternative1--here
Alternative2--here