no more 23th of September
This commit is contained in:
parent
678ca39b44
commit
d93af68a56
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user