useful month names

This commit is contained in:
Adam D. Ruppe 2024-09-13 22:03:53 -04:00
parent fadcce6082
commit 9f9cf2e290
1 changed files with 16 additions and 0 deletions

View File

@ -273,3 +273,19 @@ struct ICalParser {
} }
} }
immutable monthNames = [
"",
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
];