ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn 638a6c8c00 LibJS: Support non-Gregorian calendars for Intl.DateTimeFormat
This almost worked out of the box, but we need to be sure we pass the
full locale (e.g. en-u-ca-hebrew) and not just the data locale (en) to
ICU.
2024-06-17 21:59:59 +02:00
..
DateTimeFormat.@@toStringTag.js
DateTimeFormat.js LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 2023-10-05 17:01:02 +02:00
DateTimeFormat.prototype.format.js LibJS: Support non-Gregorian calendars for Intl.DateTimeFormat 2024-06-17 21:59:59 +02:00
DateTimeFormat.prototype.formatRange.js LibJS+LibLocale: Replace date-time formatting with ICU 2024-06-13 07:42:09 +02:00
DateTimeFormat.prototype.formatRangeToParts.js LibJS+LibLocale: Replace date-time formatting with ICU 2024-06-13 07:42:09 +02:00
DateTimeFormat.prototype.formatToParts.js
DateTimeFormat.prototype.resolvedOptions.js LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
DateTimeFormat.supportedLocalesOf.js