Incompatibility with ACF - LSDateFormat()

Description

I've checked with LSDateFormat() function with as per the below example.

<cfdump var="#getLocale()#"> <cfdump var="#LSDateFormat('01/07/2020','mmm')#" /> <cfdump var="#LSDateFormat('01.07.2020','mmm')#" />

Seems, ACF and lucee return different results.

Lucee - Jan Jan ACF - Jan Jul

And checked with LSDateTimeFormat()

<cfdump var="#LSDateTimeFormat('01/07/2020','mmm')#" /> <cfdump var="#LSDateTimeFormat('01.07.2020','mmm')#" />

Both ACF and lucee returns the same result.

Result: Jan Jan

Environment

None

Activity

Details

Assignee

Reporter

Priority

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Created 6 November 2020 at 11:59
Updated 6 November 2020 at 12:00