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