This commit is contained in:
parent
4aefb5a647
commit
52c89dc95a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ pub const BRITISH: Language<'static> = Language {
|
|||
3 | 23 => "rd",
|
||||
_ => "th"
|
||||
};
|
||||
format!("{:02}{th} {month} {:04}", d.day, d.year)
|
||||
format!("{}{th} {month} {:04}", d.day, d.year)
|
||||
},
|
||||
|
||||
lecture_from: "Lecture from",
|
||||
|
|
Loading…
Reference in a new issue