mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 06:35:45 +02:00
✨ Support for month
This commit is contained in:
parent
f46bcc2edd
commit
03ae38577e
@ -149,6 +149,7 @@ export const getTimeDifference = (startTime, endTime) => {
|
|||||||
{ noun: 'day', value: 86400 },
|
{ noun: 'day', value: 86400 },
|
||||||
{ noun: 'week', value: 604800 },
|
{ noun: 'week', value: 604800 },
|
||||||
{ noun: 'fortnight', value: 1209600 },
|
{ noun: 'fortnight', value: 1209600 },
|
||||||
|
{ noun: 'month', value: 2628000 },
|
||||||
{ noun: 'year', value: 31557600 },
|
{ noun: 'year', value: 31557600 },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user