formatDate
function
stable
Formats a date according to locale rules.
API
function formatDate( value: string | number | Date, format: string, locale: string, timezone?: string | undefined,): string;Jump to details
Formats a date according to locale rules.
function formatDate( value: string | number | Date, format: string, locale: string, timezone?: string | undefined,): string;