no more 23th of September

This commit is contained in:
Florian Stinglmayr 2022-09-24 09:42:57 +02:00
parent 678ca39b44
commit d93af68a56

View File

@ -15,6 +15,8 @@ namespace EliteBGS.BGS {
suffix = "st"; suffix = "st";
} else if (today.Day == 2 || today.Day == 22) { } else if (today.Day == 2 || today.Day == 22) {
suffix = "nd"; suffix = "nd";
} else if (today.Day == 23) {
suffix = "rd";
} else { } else {
suffix = "th"; suffix = "th";
} }