Skip to content

Commit a318eb6

Browse files
jstirnamanCopilot
andcommitted
Update assets/js/datetime.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4570018 commit a318eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/datetime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function enterpriseEOLDate() {
2929
'December',
3030
];
3131
var inTwoYears = date.setFullYear(date.getFullYear() + 2);
32-
earliestEOL = new Date(inTwoYears);
32+
let earliestEOL = new Date(inTwoYears);
3333
return `${monthNames[earliestEOL.getMonth()]} ${earliestEOL.getDate()}, ${earliestEOL.getFullYear()}`;
3434
}
3535

0 commit comments

Comments
 (0)