carbon-addons-iot-react
carbon-addons-iot-react copied to clipboard
[DateTime Picker] The date format should be MM/dd/yyyy, not yyyy-MM-dd
What package is this for?
- [ ] Angular
Summary
The date range format is currently yyyy-MM-dd, which is not consistent with the standard format. It should be MM/dd/yyyy. Attaching screenshots for reference. The date range is inconsistent across components. It should have one standard format (MM/dd/yyyy). It would be great if it supports localisation, as different regions use different format.

Specific timeline issues / requests
It will be really beneficial if this issue gets the priority.
@davidicus I would think that our calendar is localizable? I see a prop that makes it look like it is
https://next.carbon-addons-iot-react.com/?path=/story/1-watson-iot-date-time-range-selector-datetime-picker--default
@JordanWSmith15 Yes, the react component has a prop to be able to control this. This seems to be an issue with the angular version.