Intl.DateTimeFormat.constructor

DateTimeFormat.constructor - повертає силку на конструктор об'єкту.

Синтаксис:

Intl.DateTimeFormat.constructor

Опис:

Повертає силку на конструктор Intl.DateTimeFormat

Приклад:

var b=Intl.DateTimeFormat().constructor; alert(b); var b=new Intl.DateTimeFormat(); alert(b.constructor);