at main 123 B view raw
1export const DATE_FORMAT_OPTIONS: Intl.DateTimeFormatOptions = { 2 year: 'numeric', 3 month: 'short', 4 day: 'numeric', 5};