mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +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: 'week', value: 604800 },
|
||||
{ noun: 'fortnight', value: 1209600 },
|
||||
{ noun: 'month', value: 2628000 },
|
||||
{ noun: 'year', value: 31557600 },
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user