Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelgrinberg/Flask-Moment

Formatting of dates and times in Flask templates using moment.js.
https://github.com/miguelgrinberg/Flask-Moment

flask-moment moment-js python render-timestamps timestamp utc

Last synced: about 1 month ago
JSON representation

Formatting of dates and times in Flask templates using moment.js.

Awesome Lists containing this project

README

        

Flask-Moment
============

[![Build status](https://github.com/miguelgrinberg/flask-moment/workflows/build/badge.svg)](https://github.com/miguelgrinberg/flask-moment/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/flask-moment/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/flask-moment)

This extension enhances Jinja2 templates with formatting of dates and times
using [moment.js](https://momentjs.com/).

Resources
---------

- [Documentation](http://flask-moment.readthedocs.io/en/latest/)
- [PyPI](https://pypi.python.org/pypi/flask-moment)
- [Change Log](https://github.com/miguelgrinberg/flask-moment/blob/main/CHANGES.md)