dates

Functions

intranet.apps.templatetags.dates.fuzzy_date(date)[source]

Formats a datetime.datetime object relative to the current time.

intranet.apps.templatetags.dates.fuzzy_time(time)[source]

Formats a datetime.time object relative to the current time.

intranet.apps.templatetags.dates.time_to_date(time)[source]

Returns a datetime.datetime object from a datetime.time object using the current date.