Skip to content

Default weather date format is ambiguous #268

@andrewgoz

Description

@andrewgoz

The default format for the weather listing is all numeric, which results in ambiguous presentation of dates - is 6/11/2025 "Jun 11" or "6 Nov"?

"<div>" + date.toLocaleDateString() + "</div><br>" +

Using the following parameters to toLocaleDateString: undefined, {month:"short", day:"numeric", year:"numeric"} will resolve this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions