Skip to content

Commit 03ae385

Browse files
committed
✨ Support for month
1 parent f46bcc2 commit 03ae385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/MiscHelpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export const getTimeDifference = (startTime, endTime) => {
149149
{ noun: 'day', value: 86400 },
150150
{ noun: 'week', value: 604800 },
151151
{ noun: 'fortnight', value: 1209600 },
152+
{ noun: 'month', value: 2628000 },
152153
{ noun: 'year', value: 31557600 },
153154
];
154155

0 commit comments

Comments
 (0)