The local date and time is {{ moment(current_time).format('MMMM Do YYYY, h:mm:ss a') }}.
That was {{ moment(current_time).fromNow(refresh=True) }}
{% extends 'bootstrap/base.html' %} {% block title %} Local time and date - nkblog {% endblock %} {% block navbar %}
{% endblock %} {% block content %}The local date and time is {{ moment(current_time).format('MMMM Do YYYY, h:mm:ss a') }}.
That was {{ moment(current_time).fromNow(refresh=True) }}