Closed kaladay closed 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.
isNan()
see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_date
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