Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Stephen Walker / Stephen Walker (Stephen Walker)
Created: 12/18/2014
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: ALL / Platforms All
Vote Count: 2
The LSTimeFormat function throws an error when used as a member function
<cfoutput>
#now()# <br>
#now().dateFormat('long')#<br>
#now().timeFormat('long')#<br>
#now().lsDateFormat('long')#<br>
#now().lsTimeFormat('long')#<br>
</cfoutput>
Results in
{ts '2014-12-18 16:29:55'}
December 18, 2014
4:29:55 PM EST
December 18, 2014
LSTimeFormat method was not found
Workaround is to use the "old" way #lsTimeFormat(Now(),'long')#
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3912622
External Customer Info:
External Company:
External Customer Name: Stephen.Walker
External Customer Email:
External Test Config: Windows 8.1
Mac OSX
Windows 2008R2
Attachments:
Comments: