We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bea46a + fb0fd93 commit bc5eddfCopy full SHA for bc5eddf
dojo/forms.py
@@ -326,7 +326,7 @@ class ImportScanForm(forms.Form):
326
required=True,
327
label="Scan Completion Date",
328
help_text="Scan completion date will be used on all findings.",
329
- initial=datetime.now().strftime("%m/%d/%Y"),
+ initial=datetime.now().strftime("%Y-%m-%d"),
330
widget=forms.TextInput(attrs={'class': 'datepicker'}))
331
minimum_severity = forms.ChoiceField(help_text='Minimum severity level to be imported',
332
0 commit comments