The horizon.templatetags.parse_date ModuleΒΆ

Template tags for parsing date strings.

class horizon.templatetags.parse_date.ParseDateNode[source]

Bases: django.template.base.Node

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.templatetags.horizon Module

Next topic

The horizon.tables.formset Module

Project Source

This Page