Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
P2
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Template:customfield_11100 12474
Description
Purpose: Modify date pickers so that the expected input format matches the display format determined by selected locale
Scenarios
- Scenario
- Given the selected locale maps to date format A (for example, MM/DD/YYYY)
- When the ghost text in a date field is displayed
- Then, the ghost text should display in format A (in this case, as MM/DD/YYYY)
- Scenario
- Given the selected locale maps to date format A
- When the selected date is displayed in a date field
- Then, it should display as format A
- Scenario
- Given the selected locale maps to date format A
- When a date is manually entered into a date field
- Then, it should be assume the date is entered in format A and processed accordingly (for save and validation, for example)