Closed Pikse closed 4 months ago
const day = new Date(2022, 3, 11); console.log(day.toLocaleDateString('en-US', { weekday: "short" }));
Starting MyPal 68.14.1 this returns Mon Apr 11 2022 (GMT+0000).
Mon Apr 11 2022 (GMT+0000)
In MyPal 68.13.9 it returned Mon which is the expected result.
Mon
These longer dates make text on my go-to weather site overlap and unreadable.
Please try the new version
Fixed! Thanks.
Starting MyPal 68.14.1 this returns
Mon Apr 11 2022 (GMT+0000)
.In MyPal 68.13.9 it returned
Mon
which is the expected result.These longer dates make text on my go-to weather site overlap and unreadable.