• Overview
@angular/common

getLocaleDateTimeFormat

function
deprecatedsince v18

Retrieves a localized date-time formatting string.

Deprecation warning

Angular recommends relying on the Intl API for i18n. Use Intl.DateTimeFormat for date formating instead.

API

function getLocaleDateTimeFormat(locale: string, width: FormatWidth): string;
Jump to details