use teh german date format

This commit is contained in:
neingeist 2018-11-13 22:23:18 +01:00
parent 93ca5660e5
commit 57033858cd
2 changed files with 8 additions and 3 deletions

View file

@ -25,7 +25,7 @@ attachment_filenames = {}
class DownloadForm(FlaskForm):
start_time = DateTimeField('Startzeit',
validators=[InputRequired()],
format='%Y-%m-%d %H:%M')
format='%d.%m.%Y %H:%M')
length = IntegerField('Länge',
validators=[
InputRequired(),