mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
d6655135e4
The web console displays the day of the week instead of the day of the month in the timestamp column while browsing a queue from the web console. This commit fixes this by calling the getDate method instead of the getDay method on the date object.