I have a datetime that represents an event creation time and I need to show how much time has passed since then.
Examples: “right now”, “2 days ago”, “3 months from now”.
I know of PrettyTime for Java, but I need something for Django.
Thanks!
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.
Py-Pretty should do the trick… It also has support for future events as well.