Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
http://momentjs.com/
There is a binding for flask
If you have sqlalchemy:
import datetime
class Log(db.Model):
...
date = db.Column(db.DateTime, default=datetime.datetime.now)
...
import datetime
@blueprint.route('/add', methods=["POST", "GET"])
def route():
...
form.date.data = datetime.datetime.now()
if form.validate_on_submit():
#обрабытваем форму
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question