5sControl / 5sControl/5s-frontend
[2h]fix bug in date date format(Orders View)
- Lenguaje dominante
- TypeScript
- Estrellas
- 3
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
summary: Orders View, дата заказа отображается в формате Date: 02.11.2023 - 02.14.2023(месяц, число месяца, год).
1. Открыть приложение;
2. Открыть вкладку Orders View;
3. Выбрать заказ из списка(пример 55537).
Result: Дата заказа отображается в формате Date: 02.11.2023 - 02.14.2023(месяц, число месяца, год).
Expecte result: Дата отображается в формате число месяца, месяц, год.
Guía de contribución
Línea de trabajo
Look for the Orders View component and the code that formats the order date. The bug is that the date shows as '02.11.2023 - 02.14.2023' (month.day.year) but should be day.month.year. Find the date formatting function or library call (likely using JavaScript Date or a library like date-fns) and adjust the format string. Test by running the app and checking the Orders View with order 55537.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- react, typescript
- Área
- frontend
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 75/100