Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Steve Sommers / Steve Sommers ()
Created: 11/01/2017
Components: Language, DateTime Functions
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: CF10, 11 & 2016 /
Priority/Frequency: Normal /
Locale/System: / Windows 10 64 bit
Vote Count: 0
Problem Description: TimeFormat minute mask is not backwards compatible with earlier versions - m or mm.
Steps to Reproduce: #TimeFormat(now(),"hh:mm:ss")#
Actual Result: 12:mm:35
Expected Result: 12:10:35
Any Workarounds: Use nn instead, which is fine and expected when using DateTimeFormat, but the older TimeFormat should honor the nn because mm on older CF versions results in 12:nn:35. I had to add <cfif application.cfVersion GTE 10>... around all my timeFormat code.
Attachments:
Comments: