no more 23th of September
This commit is contained in:
parent
678ca39b44
commit
d93af68a56
@ -15,6 +15,8 @@ namespace EliteBGS.BGS {
|
||||
suffix = "st";
|
||||
} else if (today.Day == 2 || today.Day == 22) {
|
||||
suffix = "nd";
|
||||
} else if (today.Day == 23) {
|
||||
suffix = "rd";
|
||||
} else {
|
||||
suffix = "th";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user