class FilterForm(FlaskForm): mydate = DateField('End Date', format='%Y-%m-%d', validators=[DataRequired()], ...
確定! 回上一頁