Modify ↓
#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)
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.