The horizon.templatetags.parse_date ModuleΒΆ

Template tags for parsing date strings.

class horizon.templatetags.parse_date.ParseDateNode[source]

Bases: django.template.base.Node

ParseDateNode.render(datestring)[source]

Parses a date-like input string into a timezone aware Python datetime.

horizon.templatetags.parse_date.parse_date(value)[source]

Previous topic

The horizon.tables.views Module

Next topic

The horizon.templatetags.truncate_filter Module

This Page