Modify ↓
#827 closed Feature Request (Rejected)
_DateDayOfWeek
Reported by: | tayoufabrice@… | 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 Changed 16 years ago by Gary
- Resolution set to Rejected
- Status changed from new to closed
comment:2 Changed 16 years ago by TicketCleanup
- Milestone Future Release deleted
- Version 3.3.0.0 deleted
Automatic ticket cleanup.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.