Home
last modified time | relevance | path

Searched refs:DateTimeFormat (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.types53 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
55 >new Intl.DateTimeFormat("en-US").formatToParts() : any
56 >new Intl.DateTimeFormat("en-US").formatToParts : any
57 >new Intl.DateTimeFormat("en-US") : Intl.DateTimeFormat
58DateTimeFormat : { (locales?: string | string[], options?: Intl.DateTimeFormatOptions): Intl.DateT…
60DateTimeFormat : { (locales?: string | string[], options?: Intl.DateTimeFormatOptions): Intl.DateT…
DdoYouNeedToChangeYourTargetLibraryES2016Plus.symbols25 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
27 >Intl.DateTimeFormat : Symbol(Intl.DateTimeFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, -…
29 >DateTimeFormat : Symbol(Intl.DateTimeFormat, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --…
DdoYouNeedToChangeYourTargetLibraryES2016Plus.js11 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
56 var testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
DdoYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt7 …,64): error TS2550: Property 'formatToParts' does not exist on type 'DateTimeFormat'. Do you need …
58 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
60 !!! error TS2550: Property 'formatToParts' does not exist on type 'DateTimeFormat'. Do you need to …
/third_party/node/doc/api/
Dintl.md81 addition, such as [`Intl.DateTimeFormat`][] *may* be fully or partially
94 such as [`Intl.DateTimeFormat`][], generally only work with the English locale:
98 const english = new Intl.DateTimeFormat('en', { month: 'long' });
99 const spanish = new Intl.DateTimeFormat('es', { month: 'long' });
170 `system-icu`), [`Intl.DateTimeFormat`][] can be a good distinguishing factor:
176 const spanish = new Intl.DateTimeFormat('es', { month: 'long' });
202 [`Intl.DateTimeFormat`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_O…
/third_party/typescript/lib/
Dlib.es2017.intl.d.ts29 interface DateTimeFormat { interface
Dlib.es5.d.ts4385 interface DateTimeFormat { interface
4389 var DateTimeFormat: { variable
4390 new(locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat;
4391 (locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat;
Dtsc.js10545 DateTimeFormat: ["formatToParts"]
DtypingsInstaller.js13890 DateTimeFormat: ["formatToParts"]
Dtsserverlibrary.js14095 DateTimeFormat: ["formatToParts"]
Dtypescript.js14095 DateTimeFormat: ["formatToParts"]
Dtsserver.js13901 DateTimeFormat: ["formatToParts"]
DtypescriptServices.js14095 DateTimeFormat: ["formatToParts"]
/third_party/typescript/src/lib/
Des2017.intl.d.ts9 interface DateTimeFormat { interface
Des5.d.ts4365 interface DateTimeFormat { interface
4369 var DateTimeFormat: { variable
4370 new(locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat;
4371 (locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat;
/third_party/typescript/tests/cases/compiler/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.ts12 const testIntlFormatToParts = new Intl.DateTimeFormat("en-US").formatToParts();
/third_party/node/test/parallel/
Dtest-intl.js69 const dtf = new Intl.DateTimeFormat(['en'], {
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js20 DateTimeFormat: function (...args) { method
/third_party/node/lib/internal/
Dfreeze_intrinsics.js335 Intl.DateTimeFormat.prototype,
/third_party/node/doc/guides/
Dmaintaining-icu.md129 new Intl.DateTimeFormat('es', { month: 'long' }).format(new Date(9E8));
157 new Intl.DateTimeFormat('es', { month: 'long' }).format(new Date(9E8));
/third_party/typescript/tests/lib/
Dlib.d.ts3980 interface DateTimeFormat { interface
3984 var DateTimeFormat: { variable
3985 new (locales?: string[], options?: DateTimeFormatOptions): DateTimeFormat;
3986 new (locale?: string, options?: DateTimeFormatOptions): DateTimeFormat;
3987 (locales?: string[], options?: DateTimeFormatOptions): DateTimeFormat;
3988 (locale?: string, options?: DateTimeFormatOptions): DateTimeFormat;
/third_party/typescript/src/compiler/
Dutilities.ts783 DateTimeFormat: ["formatToParts"]
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md4184 …s for `Intl.DateTimeFormat` by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScr…