Home > timesince

timesince

Timesince is a project mainly written in ..., it's free.

JavaScript translation of the Python/Django function timesince

A JavaScript translation of the timesince function from Django/Python.

timesince() converts Date objects to a human readable format which is a delta from the current time. Here is an example: '2 months, 3 days'.

Put this snippet in an HTML page for an example of use:

Previous:BadOSes