Update the year 🙏😭😭
This commit is contained in:
parent
b789e03153
commit
cc27012ded
@ -3,6 +3,6 @@
|
|||||||
import dayjs from 'dayjs';
|
import dayjs from 'dayjs';
|
||||||
|
|
||||||
export function getExpirationDate () {
|
export function getExpirationDate () {
|
||||||
const expirationDate = new Date("2025-02-15");
|
const expirationDate = new Date("2026-02-15");
|
||||||
return dayjs(expirationDate).format("dddd, D MMMM YYYY");
|
return dayjs(expirationDate).format("dddd, D MMMM YYYY");
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user