python - Django - present current date and time in template -
the tittle pretty self explanatory. how can 1 present current data , time in django's template?
try using built-in django template tags , filters: https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#now
example: it {% "js f y h:i" %}
Comments
Post a Comment