mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
custom fr-FR date format
This commit is contained in:
parent
990d76ff45
commit
268c036632
@ -198,6 +198,11 @@ export const customFormats = {
|
||||
p: 'ha',
|
||||
pp: 'h:mm:ss',
|
||||
},
|
||||
'fr-FR': {
|
||||
'M/d': 'd/M',
|
||||
'MMM d': 'd MMM',
|
||||
'EEE M/d': 'EEE d/M',
|
||||
},
|
||||
};
|
||||
|
||||
export function dateFormat(date, str, locale = 'en-US') {
|
||||
|
Loading…
Reference in New Issue
Block a user