unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.37k stars 176 forks source link

Support ECMA-402 datetime range formatting #2998

Open hsivonen opened 1 year ago

hsivonen commented 1 year ago

It appears that formatting datetime ranges is currently missing from the ICU4X's coverage of the ECMA-402 feature set. For full ECMA-402 coverage, we should add support.

sffc commented 1 year ago

We should finish regular datetime formatting before we implement datetime range formatting.