mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-09 18:14:39 +01:00
✨ Support for month
This commit is contained in:
parent
f46bcc2edd
commit
03ae38577e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue