Modify ↓
Opened on Feb 20, 2009 at 11:07:02 AM
Closed on Feb 20, 2009 at 11:17:38 AM
Last modified on Feb 20, 2009 at 12:00:02 PM
#827 closed Feature Request (Rejected)
_DateDayOfWeek
| Reported by: | Owned by: | Gary | |
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
why the _DateDayOfWeek do not return the date in the environnement language
in my case _DateDayOfWeek ( 1) = "Monday" False
_DateDayOfWeek ( 1) = "Lundi" True because I am francisant
Attachments (0)
Change History (2)
comment:1 by , on Feb 20, 2009 at 11:17:38 AM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , on Feb 20, 2009 at 12:00:02 PM
| Milestone: | Future Release |
|---|---|
| Version: | 3.3.0.0 |
Automatic ticket cleanup.
Note:
See TracTickets
for help on using tickets.

The author specified in the remarks:
"This function returns English day names only."
Should be easy enough for anyone to write a wrapper to convert the english returned string to the native language.