toLocaleString
Returns a language-sensitive string representation of this month-day.
Parameters
- self:PlainMonthDay
- PlainMonthDay
- allocator:std.mem.Allocator
- std.mem.Allocator
Source
Implementation
pub fn toLocaleString(self: PlainMonthDay, allocator: std.mem.Allocator) ![]u8 {
return toString(self, allocator);
}