update quarter default

This commit is contained in:
Nate Kelley 2025-09-23 16:08:33 -06:00
parent c81c11a374
commit ae453ebbae
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ export const AUTO_DATE_FORMATS = {
day: 'MMM D', // e.g., "Mar 19"
week: 'll', // e.g., "Mar 19, 2024"
month: 'MMM YYYY', // e.g., "Mar 2024"
quarter: '[Q]Q - YYYY', // e.g., "Q1 - 2024"
quarter: '[Q]Q', // e.g., "Q1"
year: 'YYYY', // e.g., "2024"
};