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

Issue 1832: Handle unsupported dates in a safer manner. #1833

Closed kaladay closed 1 year ago

kaladay commented 1 year ago

resolves #1832

Check for isNan() in more cases to prevent Javascript exception. The web page should still load even on invalid date. The dates will fallback to the non-updated value if cannot convert.

see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_date