Formatting of dates and times in Flask templates using moment.js.
  • Python 94.1%
  • HTML 5.9%
Find a file
2026-05-14 20:43:06 +01:00
.github/workflows tox configuration 2026-05-14 20:43:06 +01:00
docs Fix documentation typos (#88) 2022-09-15 23:04:43 +01:00
example Bump werkzeug from 2.0.1 to 2.2.3 in /example (#90) #nolog 2023-02-16 10:07:06 +00:00
src/flask_moment Remove use of deprecated datetime.utcnow() function 2024-05-25 12:18:54 +01:00
tests Remove use of deprecated datetime.utcnow() function 2024-05-25 12:18:54 +01:00
.gitignore Improved project structure 2021-06-09 10:45:17 +01:00
.readthedocs.yaml Add readthedocs config file 2023-06-20 12:53:39 +01:00
CHANGES.md Release 1.0.6 2024-05-28 23:20:17 +01:00
LICENSE Initial commit 2013-10-23 21:17:57 -07:00
MANIFEST.in Migrate Python package metadata to pyproject.toml 2023-10-15 14:22:36 +01:00
pyproject.toml Version 1.0.7.dev0 2024-05-28 23:20:43 +01:00
README.md Sphinx documentation 2021-06-11 00:08:31 +01:00
tox.ini tox configuration 2026-05-14 20:43:06 +01:00

Flask-Moment

Build status codecov

This extension enhances Jinja2 templates with formatting of dates and times using moment.js.

Resources