Can i set js-cookie expiration as a date rather than a set time after its set

Viewed 13

the website https://github.com/js-cookie/js-cookie has very limited explanation for certain commands I wondered if there was a way i could set a cookie to expire in a certain date no matter when its clicked

('completedquiz1', 'true', { expires: 1 })
0 Answers
Related