Cannot Reproduce
Details
Details
Assignee
Unassigned
UnassignedReporter
David R.
David R.Priority
Labels
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
Affects versions
Created 3 March 2021 at 18:28
Updated 4 March 2021 at 08:18
Resolved 4 March 2021 at 08:18
I made a test to set Locale to Italian (Standard) but I see days of a week in english format
I try to see the Lucee Documentation and try to execute my code with the Example - Run Code panel
<cfscript>
writeOutput(getlocale());
writeOutput(' To ');
setLocale('italian (standard)');
writeOutput(getlocale());
writeOutput('--->' & dateformat(now(), 'ddd'));
</cfscript>
Results
english (us) To italian (standard)--->Wed
The results are in the screenshots also