Title:
DateTimeFormat does not render "ddd" as a three letter day as the docs say.
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Chris Phillips / Chris Phillips (cf_chris)
Created: 09/25/2013
Components: General Server
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 288855
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 2
Problem Description:
The docs state: "ddd: Day of the week as a three-letter abbreviation." But, instead it just shows the date as a 3 digit number (e.g. 025, 25 Sep 2013).
Steps to Reproduce:
<p>#DateTimeFormat(now(),"ddd, dd mmm yyyy HH:nn:ss")#</p>
Actual Result:
025, 25 Sep 2013 09:57:54
Expected Result:
Wed, 25 Sep 2013 09:57:54
Any Workarounds:
Don't use the broken function. Use a combination of DateFormat and TimeFormat like we always used to.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3639695
External Customer Info:
External Company:
External Customer Name: cf_chris
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: