Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()
Created: 10/03/2017
Components: Language, Functions
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: /
Vote Count: 0
This ER is for: ToDate() ToNumber() .toDate() and .toNumber()
Since certain member functions only exist on certain data types, there exists a need to be able to convert any simple value's type to a date/time or number.
Suggestions:
1) ToDate() headless function
2) ToNumber() headless function
3) .toDate() member function added to all simple data types except DateTime
4) .toNumber() member function added to all simple data types except Numeric ones
#1 and #3 would convert a simple value to coldfusion.runtime.OleDateTime.
#2 and #4 would convert a simple value to java.lang.Double.
Attachments:
Comments: