--- title: Intl.DateTimeFormat.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat tags: - Internationalisation - Intl - JavaScript - Propriété - Prototype - Reference - i18n translation_of: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype original_slug: Web/JavaScript/Reference/Objets_globaux/Intl/DateTimeFormat/prototype ---
La propriété Intl.DateTimeFormat.prototype
représente le prototype du constructeur {{jsxref("DateTimeFormat", "Intl.DateTimeFormat")}}.
Voir la page {{jsxref("DateTimeFormat")}} qui décrit les instances de Intl.DateTimeFormat
.
Les instances de {{jsxref("DateTimeFormat", "Intl.DateTimeFormat")}} héritent de Intl.DateTimeFormat.prototype
. Les modifications apportées à l'objet prototype sont propagées sur toutes les instances de Intl.DateTimeFormat
par héritage.
Intl.DateTimeFormat.prototype.constructor
Intl.DateTimeFormat
.DateTimeFormat
.Spécification | Statut | Commentaires |
---|---|---|
{{SpecName('ES Int 1.0', '#sec-12.2.1', 'Intl.DateTimeFormat.prototype')}} | {{Spec2('ES Int 1.0')}} | Définition initiale. |
{{SpecName('ES Int 2.0', '#sec-12.2.1', 'Intl.DateTimeFormat.prototype')}} | {{Spec2('ES Int 2.0')}} | |
{{SpecName('ES Int Draft', '#sec-Intl.DateTimeFormat.prototype', 'Intl.DateTimeFormat.prototype')}} | {{Spec2('ES Int Draft')}} |
{{Compat("javascript.builtins.Intl.DateTimeFormat.prototype")}}