Formats a ICU4XDateTime
to a string.
See the Rust documentation for format
for more information.
Formats a ICU4XIsoDateTime
to a string.
Will convert to this formatter's calendar first
See the Rust documentation for format
for more information.
Static
create_Creates a new ICU4XDateTimeFormatter
from locale data.
See the Rust documentation for try_new
for more information.
An ICU4X DateFormatter object capable of formatting a
ICU4XDateTime
as a string, using some calendar specified at runtime in the locale.See the Rust documentation for
DateTimeFormatter
for more information.