Formats argument to a numeric date string like 03/27/2025
a string, native Date, or unix timestamp
string
Date
formatDateNumeric("2025-03-27"); // "03/27/2025"formatDateNumeric(1743004800); // "03/27/2025" Copy
formatDateNumeric("2025-03-27"); // "03/27/2025"formatDateNumeric(1743004800); // "03/27/2025"
Formats argument to a numeric date string like 03/27/2025