javascript - Date formatter from RSS feed to "time.ago" -


im trying create rss feed webpage , rss answer date formatted "thu, 15 aug 2013 12:42:05 -0700" wat , want change intom example "12 minutes ago". tried http://timeago.yarp.com/ doesn't work format. want achieve in javascript. suggestions?

check out moment.js, usage:

moment("thu, 15 aug 2013 12:42:05 -0700").fromnow() // 8 hours ago 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -