isDate Issue

Updated everything on my site recently and started getting lots of errors around invalid dates.

IsDate() does not seem to be working:

<cfif isdate(“09/31/1954”)>
true

false

This returns true but September only has 30 days. This returns false in version 5.x

Linux (4.18.0-553.27.1.el8_10.x86_64) 64bit
24.0.1 (Oracle Corporation) 64bit
Apache Tomcat/11.0.6
Lucee 6.2.1.122

@Ryan_Crutchfield ,
I tested this in version 6.2.1.122, and it returned the incorrect result: true.
It works correctly in the latest Lucee versions, 6.2.2.50-SNAPSHOT and 7.0.0.258-SNAPSHOT.
Could you please check it with the latest version?

<cfdump var="#isdate('09/31/1954')#"/>

The related ticket is now fixed.
https://luceeserver.atlassian.net/issues/LDEV-5568

Thanks!