Formats a date to the short format string 'MMM dd'
The date to format
A string representing the formatted date in the short format string 'MMM dd'
formatDateShort(new Date());// => 'Jan 01'formatDateShort('2022-01-01');// => 'Jan 01' Copy
formatDateShort(new Date());// => 'Jan 01'formatDateShort('2022-01-01');// => 'Jan 01'
Generated using TypeDoc
Formats a date to the short format string 'MMM dd'