-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Which component is this issue related to?
Umbraco Commerce (Core)
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
15.3.10
Bug summary
In the backoffice, when listing orders the Date column only shows "Invalid Date".
Specifics
The date seems to be correctly formatted from the API:
However every date is displayed like this:
When loading an order details page, the same issue seems to persist here as well:
Steps to reproduce
Finalize an order.
Navigate to Commerce -> Store -> Orders in the backoffice.
Look at the Date column.
Click on an order, look at the date below the order number.
Expected result / actual result
The actual date to be displayed.
Dependencies
No response