Hello
I have a date displayed as 18 Oct 2022 14:42 I want to display it on this format: maa 17/08 08:45
Thank you
Hello ,
This might help.
Hi Ibtissam,
We can use the "formatdatetime()" funciton to get the desired text output, kindly try this function to get the desired output.
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Logic/Built-in_Functions/Format#FormatDateTime
For example we can use like this,
Hope this helps!
Thank you guys