I’m using JQuery timeago to make my dates pretty (eg. “1 day ago”). Is there a keyword for “just now” or do I have to pass in the javascript calculated time to PHP?
<abbr class='timeago' title='What do I put here?'>Just Now</abbr>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use jQuery to insert the timestamp for you.
Where ISODateString is:
Example: http://jsfiddle.net/jtbowden/RZXzL/