Skip to content

Commit

Permalink
useful month names
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Sep 14, 2024
1 parent fadcce6 commit 9f9cf2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions calendar.d
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,19 @@ struct ICalParser {

}
}

immutable monthNames = [
"",
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
];

0 comments on commit 9f9cf2e

Please sign in to comment.