Arunkumar
Arunkumar

Reputation: 1741

Lucee isDate evaluation not working correctly

Lucee isDate evaluation is not working correctly look at the following code snippet and the attached screenshot of the resulting dump.

But coldfusion working properly

<cfoutput>
    <cfdump var="#dateformat('02 66795860','yyyy-mm-dd')#" />
    <cfdump var="#isDate('02 66795860')#" />
</cfoutput>

enter image description here

Upvotes: 0

Views: 116

Answers (0)

Related Questions