Support for `month`

This commit is contained in:
Chris Nielsen 2023-06-08 23:39:20 +00:00
parent f46bcc2edd
commit 03ae38577e
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
];