There is some built-in function like "DayOfWeek() (Returns the week day of 'dt', ranging from 0 (sunday) to 6 (Saturday))" but to get the name of the day of the week instead of the number?
You can use Format_DateTime function at Text extension with "ddd".
Check https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/Text_API#Format_DateTime
Jogait wrote:
OK, but that doesn't support translations right?
The Text extension is using the C# date formatter libraries. It could pick up the users locale automatically but it would need to be tested. Language translations haven't been added to the Essentials application so it probably doesn't translate anything either.