Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
NewNew 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
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
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
Sprint
None
Affects versions
Created 23 March 2021 at 09:54
Updated 11 November 2024 at 16:13
Resolved 21 May 2024 at 19:28
dateDiff member function throws an error like The function [ diff ] does not exist in the String for date formatted string (Ex:-"23-Mar-2021 15:11:52").
now().diff("s",now()) // works in both ACF and lucee dateTimeFormat(now()).diff("s",now()) // works in ACF and throws error in lucee
seems dateDiff() works fine in both conditions.