frontend
frontend copied to clipboard
Date Picker Displays Sunday as First Day of Week
Current Behavior
Calandar Date Pickers are displayed in Frontend on the "Dates" tab of "Vulnerability Details" dialog, (VulnerabilityDetailsModal.vue
and VulnerabilityCreateVulnerabilityModal.vue
)
The picker dislays Sunday as being the first day of the week. Per ISO-8601, the first day of the week is Monday
Steps to Reproduce
- View any vulnerability
- Click on "View Details" link; this will display the "Vulnerability Details" dialog.
- Navigate to "Dates" tab on the dialog
- Click on Calendar Icon (available on "Created" and "Updated" fields) to view picker
Expected Behavior
Monday should be first day of week,
Dependency-Track Frontend Version
4.8.0-SNAPSHOT
Browser
Mozilla Firefox
Browser Version
111.0.1
Operating System
Windows
Checklist
- [X] I have read and understand the contributing guidelines
- [X] I have checked the existing issues for whether this defect was already reported