TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
46 stars 35 forks source link

Do not fail badly when toISOString() does not get a supported date. #1832

Closed kaladay closed 1 year ago

kaladay commented 1 year ago

The Vireo page fails to load entirely when the string is bad.

The problem is that toISOString() does not gracefully handle unsupported dates.

Add a check to make sure that invalid dates do not cause a problem.