mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
core: add new date formats
This commit is contained in:
@@ -107,10 +107,12 @@ export const EVENTS = {
|
||||
};
|
||||
|
||||
export const DATE_FORMATS = [
|
||||
"MM-DD-YYYY",
|
||||
"DD-MM-YYYY",
|
||||
"YYYY-DD-MM",
|
||||
"YYYY-MM-DD",
|
||||
"DD/MM/YYYY",
|
||||
"YYYY/DD/MM",
|
||||
"YYYY/MM/DD",
|
||||
"MM/DD/YYYY",
|
||||
"MMM D, YYYY"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user