use teh german date format
This commit is contained in:
parent
93ca5660e5
commit
57033858cd
2 changed files with 8 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue