Intl.DateTimeFormat (optimized) vs new Date().toLocaleDateString() (version: 0)
Comparing performance of:new Date() vs Intl.DateTimeFormat() vs Date().toLocaleString() vs JavaScript Date Time format vs JavaScript Date Time format using Template Strings.